![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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" wrote in message ... 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 |
#3
|
|||
|
|||
![]()
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" wrote in message ... 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 |
#4
|
|||
|
|||
![]()
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" wrote in message ... Is there any other way to convert? |
#5
|
|||
|
|||
![]()
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" wrote in message ... Is there any other way to convert? |
#6
|
|||
|
|||
![]()
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 |
#7
|
|||
|
|||
![]()
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" wrote in message ... 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" wrote in message ... Is there any other way to convert? |
#8
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|