StorageItem.Body Property
Outlook Developer Reference |
Returns or sets a String representing the clear-text body of the Outlook item. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.Body
expression A variable that represents a StorageItem object.
Remarks
StorageItem objects only support the item body in text format. They do not support HTML or RTF body streams.
See Also