I want to create an email file on a web server that opens in Microsoft Outlook . It seems that the two formats that come in handy are the .MSG format and the .OFT format.
However, both look like GZIP formats with a bunch of streams. It would be difficult to create on a web server.
Is there an XML format or a text format that I can use to encode a simple email?
If not, is there a free .NET library that can generate email on the fly?
Thanks! Mike
source share