I am successfully reading Outlook messages with this code:
However, these messages have HTML in them that I am NOT seeing. If I go to Outlook and right-click on the message, select "View Source", I can see the embedded HTML (this is the stuff I need).
Does anyone know how to get Outlook to give me the text just as it appears when selecting "View Source"?
Thanks in advance,
flynn
Code:
MsgItem = DirectCast(FolderAlertsIn.Items(1), Outlook.MailItem)
However, these messages have HTML in them that I am NOT seeing. If I go to Outlook and right-click on the message, select "View Source", I can see the embedded HTML (this is the stuff I need).
Does anyone know how to get Outlook to give me the text just as it appears when selecting "View Source"?
Thanks in advance,
flynn