Gets the Subject of the item.
Null reference (Nothing in VB.NET) if the value is not known.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property Subject As String Get Private Set |
C# |
---|
public string Subject { get; private set; } |