Description
-
Holds transcript of last 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 wodSmtp. |
| value |
A String value. Holds complete
session transcript. |
Remarks
-
Transcript property will hold complete negotiation between
wodSmtp 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, wodSmtp will always append data to this
property.
-
-
Transcript property is cleared on each new
Connect method call
(either internally by wodSmtp, or explicitly called).
|