![]() |
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
|
|||
|
|||
![]()
I have an event sink that is capturing email based on criteria and saving a
copy. Since it is coming off of SMTP, it is RFC822 format. I would like to know how to convert those back to the Outlook message format .msg file. |
#2
|
|||
|
|||
![]()
C++ or Delphi: use IConverterSession (Outlook 2002 or higher must be
installed) plug ..Net/VB/any other language: you can use Redemption: set Session = CreateObject("Redemption.RDOSession") set Msg = Session.CreateMessageFromMsgFile("c:\temp\new.msg" ) Msg.Import "c:\temp\mime.eml", 1024 Msg.Save /plug -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Dave" wrote in message ... I have an event sink that is capturing email based on criteria and saving a copy. Since it is coming off of SMTP, it is RFC822 format. I would like to know how to convert those back to the Outlook message format .msg file. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can I convert an Outlook Data file to a text file? | Peggy | Outlook - Using Contacts | 4 | September 3rd 08 06:44 PM |
Convert Outlook 2007 PST file to Outlook 2003 format | Avatar[_2_] | Outlook - General Queries | 4 | March 18th 08 12:43 PM |
How do I convert my archive files to the newer format? | smithwdoug | Outlook - Installation | 4 | December 11th 07 08:20 PM |
how do I convert all my contacts to vcard format in outlook 2000 . | vh | Outlook - Using Contacts | 0 | August 29th 06 01:13 AM |
Convert e-mails with oversized images to PDF format | [email protected] | Outlook - Using Forms | 0 | April 10th 06 02:09 PM |