at present the old mail system is deceased, and we are left with several
million EML files. is their a way (other than redemption) that i can create a
new PST, and import those EML's to that new store?
the plan is to script the import and distribution of the EML's based on
accounts to the users profile, where they will open the PST with outlook.
--
Christopher J. Amatulli
The Outlook object model knows nothing about .eml files, so you'd need to use Redemption or write your own parser.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Christopher J. Amatulli" <Christophe...@discussions.microsoft.com> wrote in message news:65FCB03D-BDC6-449A...@microsoft.com...
now my next question, where can i find details on writing my own parser? and
can it be done in C# or VB.net? i had written a import component before to
get data from an access database into exchange, but it left everything as
drafts and i was never able to find a way to make it not a draft...
--
Christopher J. Amatulli
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Christopher J. Amatulli" <Christophe...@discussions.microsoft.com> wrote in message news:D9205B60-CBEF-4DAF...@microsoft.com...
> thanks...
>
> now my next question, where can i find details on writing my own parser? and
> can it be done in C# or VB.net? i had written a import component before to
> get data from an access database into exchange, but it left everything as
> drafts and i was never able to find a way to make it not a draft...
>
> --
>
> Christopher J. Amatulli
>
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> To create a .pst file, take a look at the Namespace.AddStore method.
>>
>> The Outlook object model knows nothing about .eml files, so you'd need to use Redemption or write your own parser.
>>