Description
-
Reference to message that is relayed.
Property type
-
A SmtpMessage
object.
Syntax
-
[Set] object.Message [=
SmtpMessage]
The Message Property syntax has these parts:
Remarks
-
Message property holds information about the message
that will be relayed. You may notice that this is actually
the same object used when mail was received - provided in
User.Message
property. So, for example, to get full text of the message
you can use Message.Body
property.
|