Description
-
References current message user is sending.
Property type
-
A SmtpMessage
object. Reference to message object.
Syntax
-
object.Message
The Message Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpUser. |
Remarks
-
Message property holds reference to ISmtpMessage object
that holds information about the message user is currently
posting to your server. This object will hold further
information such as body, envelope information (sender,
recipient) etc.
|