Windows Mail has Addins / programming?
Guest
Posts: n/a
Posts: n/a
)> Does Windows Mail have an external API or scripting?
>
> The only thing I wished for in Outlook Express was the capability of
> writing add-ins. Outlook Express preserves the original message
> formatting. So a perfect add in would be a button 'Report spam' which
> would post the entire message to Spamcop.
>
> Does Windows Mail have an external API or scripting?
>
> The only thing I wished for in Outlook Express was the capability of
> writing add-ins. Outlook Express preserves the original message
> formatting. So a perfect add in would be a button 'Report spam' which
> would post the entire message to Spamcop.
>
> Does Windows Mail have an external API or scripting?
>
> The only thing I wished for in Outlook Express was the capability of
> writing add-ins. Outlook Express preserves the original message
> formatting. So a perfect add in would be a button 'Report spam' which
> would post the entire message to Spamcop.
>
>The APIs for WinMail are the same as for OE with a few modifications.Cool! I'm glad the message store went to RFC-format text files
> The APIs for WinMail are the same as for OE with a few modifications.
>
> See:
>
> http://msdn.microsoft.com/library/de...e/oe_entry.asp
>
> Its all in transition at the moment, and I don't think the documentation
> will be updated until they are close to release.
>
> steve
>
>
>
> "Jeffery Jones" <keineverbung@newsgroups.nospam> wrote in message
> news:ljma22p7sdtrg357okaudu3b3dsr7ip89b@4ax.com...> > Does Windows Mail have an external API or scripting?>
> >
> > The only thing I wished for in Outlook Express was the capability of
> > writing add-ins. Outlook Express preserves the original message
> > formatting. So a perfect add in would be a button 'Report spam' which
> > would post the entire message to Spamcop.
> >
> Hello Mr. Cochran,
>
> --first foray into this/these newsgroup(s)--
>
> I am tasked with adjusting my company's s/w that carries out email account
> creation (and a few other processes) from the Outlook Express to the in
> Beta
> Windows Vista Mail s/w.
>
> What advice do you have re: this change over? Getting information from the
> Vista Mail Dev Team? Joining the Vista Beta?
>
> Of particular interest is the API which handles password cryptography.
> Any
> thoughts about that? We take the uncoded password from the user, encrypt
> it,
> then store it of Windows Mail to use later.
>
> Any suggestions, explanations, experiences are warmly welcomed.
>
> --
> Thanks so much,
>
> george
>
> _________________________
> George S. Lockwood
> Lead Client Developer
> peoplePC, an EarthLink company
>
>
>
> "Steve Cochran" wrote:
>>> The APIs for WinMail are the same as for OE with a few modifications.
>>
>> See:
>>
>> http://msdn.microsoft.com/library/de...e/oe_entry.asp
>>
>> Its all in transition at the moment, and I don't think the documentation
>> will be updated until they are close to release.
>>
>> steve
>>
>>
>>
>> "Jeffery Jones" <keineverbung@newsgroups.nospam> wrote in message
>> news:ljma22p7sdtrg357okaudu3b3dsr7ip89b@4ax.com...>> > Does Windows Mail have an external API or scripting?>>
>> >
>> > The only thing I wished for in Outlook Express was the capability of
>> > writing add-ins. Outlook Express preserves the original message
>> > formatting. So a perfect add in would be a button 'Report spam' which
>> > would post the entire message to Spamcop.
>> >
> Hi George,
>
> I think its going to be difficult to migrate passwords over as the means by
> which passwords are stored is changing. Previously OE used the Protected
> Storage system
> (http://msdn.microsoft.com/library/en...asp?frame=true),
> but now they are moving to the cryptography APIs.
>
> I don't know how they are implementing those exactly. What is going to
> happen is the account information is no longer tied to the registry, but
> rather is in acct files in the message store itself. Within those files is
> the user information, including the password (encrypted). I don't know the
> details on how they are encrypted and what they use as the encryption key,
> and I don't expect them to reveal that information.
>
> From what others have posted, the IAF export of accounts from OE and then
> import into WinMail seems to work and include the passwords. I don't think
> they have all this transfer information completely programmed yet.
>
> cheers,
>
> steve
>
> "George" <IUnknown@newsgroups.nospam> wrote in message
> news:45AF3CE7-267C-43AE-8064-40005B259C31@microsoft.com...> > Hello Mr. Cochran,>
> >
> > --first foray into this/these newsgroup(s)--
> >
> > I am tasked with adjusting my company's s/w that carries out email account
> > creation (and a few other processes) from the Outlook Express to the in
> > Beta
> > Windows Vista Mail s/w.
> >
> > What advice do you have re: this change over? Getting information from the
> > Vista Mail Dev Team? Joining the Vista Beta?
> >
> > Of particular interest is the API which handles password cryptography.
> > Any
> > thoughts about that? We take the uncoded password from the user, encrypt
> > it,
> > then store it of Windows Mail to use later.
> >
> > Any suggestions, explanations, experiences are warmly welcomed.
> >
> > --
> > Thanks so much,
> >
> > george
> >
> > _________________________
> > George S. Lockwood
> > Lead Client Developer
> > peoplePC, an EarthLink company
> >
> >
> >
> > "Steve Cochran" wrote:
> >> >> The APIs for WinMail are the same as for OE with a few modifications.
> >>
> >> See:
> >>
> >> http://msdn.microsoft.com/library/de...e/oe_entry.asp
> >>
> >> Its all in transition at the moment, and I don't think the documentation
> >> will be updated until they are close to release.
> >>
> >> steve
> >>
> >>
> >>
> >> "Jeffery Jones" <keineverbung@newsgroups.nospam> wrote in message
> >> news:ljma22p7sdtrg357okaudu3b3dsr7ip89b@4ax.com...
> >> > Does Windows Mail have an external API or scripting?
> >> >
> >> > The only thing I wished for in Outlook Express was the capability of
> >> > writing add-ins. Outlook Express preserves the original message
> >> > formatting. So a perfect add in would be a button 'Report spam' which
> >> > would post the entire message to Spamcop.
> >> >
> >>
> Hi George,
>
> I think its going to be difficult to migrate passwords over as the means by
> which passwords are stored is changing. Previously OE used the Protected
> Storage system
> (http://msdn.microsoft.com/library/en...asp?frame=true),
> but now they are moving to the cryptography APIs.
>
> I don't know how they are implementing those exactly. What is going to
> happen is the account information is no longer tied to the registry, but
> rather is in acct files in the message store itself. Within those files is
> the user information, including the password (encrypted). I don't know the
> details on how they are encrypted and what they use as the encryption key,
> and I don't expect them to reveal that information.
>
> From what others have posted, the IAF export of accounts from OE and then
> import into WinMail seems to work and include the passwords. I don't think
> they have all this transfer information completely programmed yet.
>
> cheers,
>
> steve
>
> "George" <IUnknown@newsgroups.nospam> wrote in message
> news:45AF3CE7-267C-43AE-8064-40005B259C31@microsoft.com...> > Hello Mr. Cochran,>
> >
> > --first foray into this/these newsgroup(s)--
> >
> > I am tasked with adjusting my company's s/w that carries out email account
> > creation (and a few other processes) from the Outlook Express to the in
> > Beta
> > Windows Vista Mail s/w.
> >
> > What advice do you have re: this change over? Getting information from the
> > Vista Mail Dev Team? Joining the Vista Beta?
> >
> > Of particular interest is the API which handles password cryptography.
> > Any
> > thoughts about that? We take the uncoded password from the user, encrypt
> > it,
> > then store it of Windows Mail to use later.
> >
> > Any suggestions, explanations, experiences are warmly welcomed.
> >
> > --
> > Thanks so much,
> >
> > george
> >
> > _________________________
> > George S. Lockwood
> > Lead Client Developer
> > peoplePC, an EarthLink company
> >
> >
> >
> > "Steve Cochran" wrote:
> >> >> The APIs for WinMail are the same as for OE with a few modifications.
> >>
> >> See:
> >>
> >> http://msdn.microsoft.com/library/de...e/oe_entry.asp
> >>
> >> Its all in transition at the moment, and I don't think the documentation
> >> will be updated until they are close to release.
> >>
> >> steve
> >>
> >>
> >>
> >> "Jeffery Jones" <keineverbung@newsgroups.nospam> wrote in message
> >> news:ljma22p7sdtrg357okaudu3b3dsr7ip89b@4ax.com...
> >> > Does Windows Mail have an external API or scripting?
> >> >
> >> > The only thing I wished for in Outlook Express was the capability of
> >> > writing add-ins. Outlook Express preserves the original message
> >> > formatting. So a perfect add in would be a button 'Report spam' which
> >> > would post the entire message to Spamcop.
> >> >
> >>
| | LinkBack | Thread Tools | Display Modes |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Mail | alex | Windows Vista Mail | 955 | 11-08-2007 08:41 PM |
| Windows Mail not able to use existing mail store? | -Bill Lancaster | Windows Vista Mail | 33 | 09-23-2007 07:06 AM |
| import contacts from other e-mail accounts onto Windows Live Mail Desktop Beta... | Windows Vista Mail | 10 | 07-11-2006 04:02 PM | |
| windows mail interface | Jim Pickering | Windows Vista Mail | 1 | 06-17-2006 07:07 PM |
| Windows Mail = OE? | Charles Leung | Windows Vista Mail | 6 | 03-05-2006 01:35 AM |
| LinkBack |
LinkBack URL |
About LinkBacks |


Linear Mode


Posts: n/a