Description
-
Holds transcript of user'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 SmtpUser. |
value |
A String value. |
Remarks
-
Transcript property will hold complete negotiation between
connected client 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.
|