Description
-
Holds full message body.
Property type
-
A String value.
Syntax
-
object.Body
The Body Property syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Msg. |
Remarks
-
Body is a readonly 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.
NOTE: if you did not download message from the server
(using Get or
GetAll
methods), this property will be empty.
|