Outlook message contents

flynn

Well-known member
Joined
Jul 28, 2005
Messages
58
I am successfully reading Outlook messages with this code:
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
 
Back
Top