PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins MSG to EML

Reply

MSG to EML

 
Thread Tools Rate Thread
Old 15-07-2008, 02:00 PM   #1
MON205
Guest
 
Posts: n/a
Default MSG to EML


Hello all,
How can I programatically convert MSG files to EML files without depending
on Outlook?
I tried the IConverterSession and it works fine, but it required that
Outlook be installed. Is there specific Outlook DLLs that I can distribute
with my application?

Thanks
  Reply With Quote
Old 15-07-2008, 02:14 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: MSG to EML

You aren't allowed to deploy any of the Outlook dll's.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"MON205" <MON205@hotmail.com.NoSpam> wrote in message
news:B6A72CC5-686C-4E88-BFCA-C74B0441BF8A@microsoft.com...
> Hello all,
> How can I programatically convert MSG files to EML files without depending
> on Outlook?
> I tried the IConverterSession and it works fine, but it required that
> Outlook be installed. Is there specific Outlook DLLs that I can distribute
> with my application?
>
> Thanks


  Reply With Quote
Old 15-07-2008, 03:08 PM   #3
MON205
Guest
 
Posts: n/a
Default Re: MSG to EML

Is there any other way to convert?

"Ken Slovak - [MVP - Outlook]" wrote:

> You aren't allowed to deploy any of the Outlook dll's.
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Professional Programming Outlook 2007.
> Reminder Manager, Extended Reminders, Attachment Options.
> http://www.slovaktech.com/products.htm
>
>
> "MON205" <MON205@hotmail.com.NoSpam> wrote in message
> news:B6A72CC5-686C-4E88-BFCA-C74B0441BF8A@microsoft.com...
> > Hello all,
> > How can I programatically convert MSG files to EML files without depending
> > on Outlook?
> > I tried the IConverterSession and it works fine, but it required that
> > Outlook be installed. Is there specific Outlook DLLs that I can distribute
> > with my application?
> >
> > Thanks

>
>

  Reply With Quote
Old 15-07-2008, 03:44 PM   #4
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: MSG to EML

Not that I know of.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"MON205" <MON205@hotmail.com.NoSpam> wrote in message
news:1F3AF662-BBB7-4C29-AAAF-D1C28F49F2FA@microsoft.com...
> Is there any other way to convert?


  Reply With Quote
Old 15-07-2008, 03:58 PM   #5
MON205
Guest
 
Posts: n/a
Default Re: MSG to EML

What about the Redemption library? Does it depend on Outlook in conversion?

"Ken Slovak - [MVP - Outlook]" wrote:

> Not that I know of.
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Professional Programming Outlook 2007.
> Reminder Manager, Extended Reminders, Attachment Options.
> http://www.slovaktech.com/products.htm
>
>
> "MON205" <MON205@hotmail.com.NoSpam> wrote in message
> news:1F3AF662-BBB7-4C29-AAAF-D1C28F49F2FA@microsoft.com...
> > Is there any other way to convert?

>
>

  Reply With Quote
Old 15-07-2008, 04:02 PM   #6
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default RE: MSG to EML

I've seen people say good things about this developer toolkit:
http://www.iconico.com/mailbox-SDK/
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"MON205" wrote:

> Hello all,
> How can I programatically convert MSG files to EML files without depending
> on Outlook?
> I tried the IConverterSession and it works fine, but it required that
> Outlook be installed. Is there specific Outlook DLLs that I can distribute
> with my application?
>
> Thanks

  Reply With Quote
Old 15-07-2008, 06:39 PM   #7
Dmitry Streblechenko
Guest
 
Posts: n/a
Default Re: MSG to EML

Redemption will work whether Outlook is installed (it will then use
IConverterSEssion) or not (standalone/server version of MAPI - it will then
use its internal converter).

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"MON205" <MON205@hotmail.com.NoSpam> wrote in message
news:8846D539-EA70-4B73-B583-9CFDE4C8D152@microsoft.com...
> What about the Redemption library? Does it depend on Outlook in
> conversion?
>
> "Ken Slovak - [MVP - Outlook]" wrote:
>
>> Not that I know of.
>>
>> --
>> Ken Slovak
>> [MVP - Outlook]
>> http://www.slovaktech.com
>> Author: Professional Programming Outlook 2007.
>> Reminder Manager, Extended Reminders, Attachment Options.
>> http://www.slovaktech.com/products.htm
>>
>>
>> "MON205" <MON205@hotmail.com.NoSpam> wrote in message
>> news:1F3AF662-BBB7-4C29-AAAF-D1C28F49F2FA@microsoft.com...
>> > Is there any other way to convert?

>>
>>



  Reply With Quote
Old 16-07-2008, 08:00 AM   #8
MON205
Guest
 
Posts: n/a
Default RE: MSG to EML

Thanks a lot.
I'll try Redemption and the MailBoxSDK.

"Sue Mosher [MVP-Outlook]" wrote:

> I've seen people say good things about this developer toolkit:
> http://www.iconico.com/mailbox-SDK/
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook Programming: Jumpstart
> for Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
> "MON205" wrote:
>
> > Hello all,
> > How can I programatically convert MSG files to EML files without depending
> > on Outlook?
> > I tried the IConverterSession and it works fine, but it required that
> > Outlook be installed. Is there specific Outlook DLLs that I can distribute
> > with my application?
> >
> > Thanks

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off