MessageInfoSubject Property |
Gets the message subject.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Subject { get; }
Public ReadOnly Property Subject As String
Get
public:
property String^ Subject {
String^ get ();
}
member Subject : string with get
Property Value
Type:
String
The subject.
See Also