EwsItemSubject Property
Get the subject of the given message.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Subject { get; }

Property Value

Type: String
The 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