Back to product page

Transcript Property


Holds transcript of last session.

Type

String

Syntax

  • Basic
object.Transcript [= value]
The Transcript(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSmtp
valueA 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).

Platforms

Windows