MessageInfoDisplayTo Property |
Gets the To: line.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string DisplayTo { get; }
Public ReadOnly Property DisplayTo As String
Get
public:
property String^ DisplayTo {
String^ get ();
}
member DisplayTo : string with get
Property Value
Type:
String
The display to.
See Also