wodSmtp ActiveX Control - Body Property
      
 

Description

Holds complete body of message, including headers.


Property type

A String value.  


Syntax

object.Body [= value]



The Body Property syntax has these parts:

Part Description
object An expression evaluating to an object of type SmtpMsg.
value A 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.