Description
-
Holds transcript of relay's session.
Property type
-
A String value.
Syntax
-
object.Transcript [= value]
The Transcript Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpRelay. |
value |
A String value. |
Remarks
-
Transcript property will hold complete negotiation between the
relay and the server, except for the message body. You can access it
at any time to get a "copy" of their conversation.
You can empty it any time you want, wodSmtpServer will always append
data to this property.
|