MailItem.Body Property (Outlook)
Returns or sets a String representing the clear-text body of the Outlook item. Read/write.
Syntax
expression .Body
expression A variable that represents a MailItem object.
Remarks
The MailItem.BodyFormat property allows you to programmatically change the editor that is used for the body of an item.
See Also
Concepts
How to: Send an E-mail Given the SMTP Address of an Account
Other Resources
How to: Send an E-mail Given the SMTP Address of an Account