Description
-
Holds reference to the message.
Property type
-
A SmtpMsg
object. Reference to message that will be
sent.
Syntax
-
object.Message
The Message Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodSmtp. |
Remarks
-
Message is a readonly property that returns reference to
ISmtpMsg object - actual message content that will be
delivered. Using Message object you set up
headers, define sender and recipient, add attachments
etc.
|