* 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 Removed)
Ask here, get answers here.
--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?