Description
-
Holds complete body of message, including headers.
Property type
-
A String value.
Syntax
-
object.Body
The Body Property syntax has these parts:
object |
An expression evaluating to an object
of type ImapMessage. |
Remarks
- Body is a read-only property that reads complete mail
message and converts it to string expression you can use.
Reading contents of this property will give you a set of
complete headers (formatted just the way as in original
message), one empty line, and complete message Text. If message
is multipart, you will also get raw data from all parts.
|