Get the subject of the given message.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Subject { get; }
Public ReadOnly Property Subject As String
Get
Property Value
Type:
StringThe subject of the given message, or a null reference (
Nothing in Visual Basic) if not available.
Remarks This property is set if at least basic properties (
GenericItem) have been loaded for the given message
and Subject header is present in the message.
See Also