LastReply Property
The last reply from the server.
Syntax
[VB.NET] Public ReadOnlyProperty LastReply As String
[C#] public string LastReply {get;}
Remarks
This property indicates the last reply received from the server. It can be used for informational purposes. The same information and more can also be retrieved through the PITrail event.
This property is read-only.
Default Value
""