Body Property

Body Property

See Also         Example         Applies To

Returns or sets the clear-text body of the Outlook item.

Note The EditorType property is not affected when you merely access the Body property of the item (as in MsgBox myItem.Body), but when you reset the Body property (as in myItem.Body = "This is a new body"), the EditorType reverts back to the user's default editor.

Read/write String.

Syntax

object.Body

object Required. An expression that returns an Outlook item object that is listed in the "Applies To" list.