ItemType.Subject Property
The Subject property gets or sets a string value that represents the subject property of Exchange store items. The subject is limited to 255 characters.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Subject As String
Get
Set
'Usage
Dim instance As ItemType
Dim value As String
value = instance.Subject
instance.Subject = value
public string Subject { get; set; }
Property Value
Type: System.String
The Subject property returns a string value that represents the subject property of Exchange store items. The subject is limited to 255 characters.
See Also