I want to programmatically create a Microsoft Office Outlook message ...
i.e. .msg file
Is it possible? If so, how?
I know about the System.Net.Mail namespace and can create an object of the MailMessage class. But how can I create a .msg file using this object?
source share