G Guest May 31, 2005 #1 What is the code to add more than one line of text in the body property in VB?
D Dmitry Streblechenko Jun 1, 2005 #2 MailItem.Body = "line1" & vbCRLF & "line 2" Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool
MailItem.Body = "line1" & vbCRLF & "line 2" Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool