Reading an exported Outlook .msg file, all properties and attachments are loaded properly,, except for the html text inside the message. The .Textbody is loaded, but .htmlbody returns only an empty string.
Is this a bug? When I open the .msg file with the Outlook MailItem class in my VB6 program, .htmlBody does return the full html code.
Originally Posted by: RKEEMINK