How to convert a RFC822 (.eml) file to Outlook format (.msg)

D

Dave

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.
 
D

Dmitry Streblechenko

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
-
 
Joined
Jun 6, 2024
Messages
14
Reaction score
0
Try BitRecover EML Converter, where you can download all email files with attachments in a few single mouse clicks. Moreover, you can download email information not only in MSG, but also in PST, MBOX and many more different file formats. Also, there is no need for Outlook installation required to perform conversion.
 
Joined
Jan 31, 2025
Messages
15
Reaction score
0
The EML Converter is a great tool for converting EML files into formats like PDF, MBOX, PST, MSG, CSV, and more. It can also import EML files into services like G Suite, MS Outlook, IMAP, Gmail, and other email clients. The software offers a reliable and efficient solution with features like batch processing, preserving metadata, and maintaining folder structure. Its easy-to-use interface and strong features make it a useful tool for both professionals and regular users.

Here are the simple steps to convert a RFC822(.eml) file to Outlook format(.msg)
  1. Download and open the tool on your device.
  2. Select the EML files or folders by clicking the "Select File" or "Select Folder" button, then click "Next."
  3. Preview and choose the folders you want to convert to MSG format, then click "Next."
  4. Select the MSG format from the drop-down menu.
  5. Choose any features you want, then set the destination folder to save the MSG files.
  6. Finally, click the "Convert" button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top