converting EML to MSG

  • Thread starter Thread starter Jonny Au
  • Start date Start date
J

Jonny Au

Hi everyone,

I have a problem about email message format converting.
I want to write a program in VB.NET to convert the EML format email message
to MSG format, does anyone knows how to do it?
If you know it you can send me a message to (e-mail address removed)

Thanks at all.
Jonny
 
* Jonny Au:
I have a problem about email message format converting.
I want to write a program in VB.NET to convert the EML format email message

EML isn't a format, it's a file extension. Typically the format is RFC822,
which is a pure text format for e-mail messages.

to MSG format,

Likewise, MSG is not a format, it's a file extension. The format, when this
is a file originating from Outlook, is _undocumented_.

does anyone knows how to do it?

Yes. Check out the free tools for message conversion on the net. Another
option could be to use Outlook (programmatically) to generate the MSG file.

If you know it you can send me a message to (e-mail address removed)

Ask here, get answers here.
 

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

Back
Top