Back to product page

Body Property


Holds complete body of message, including headers.

Type

String

Syntax

  • Basic
object.Body [= value]
The Body(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SmtpMsg
valueA String value.

Remarks

Body property 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 message Text.

Platforms

Windows