flynn Posted October 21, 2005 Posted October 21, 2005 I am successfully reading Outlook messages with this 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 Quote
mark007 Posted October 25, 2005 Posted October 25, 2005 Check out the body and HTMLBody properties of the MailItem class. :) Quote Please check the Knowledge Base before you post. "Computers are useless. They can only give you answers." - Pablo Picasso The Code Net
Recommended Posts