MessageTo Property
The value of the To header of the last retrieved message.
Syntax
[VB.NET] Public ReadOnlyProperty MessageTo As String
[C#] public string MessageTo {get;}
Remarks
This property contains the value of the To header of the last retrieved message. The same information may also be retrieved through the Header event.
This property is read-only.
Default Value
""