CalendarEventDetails.Subject Property
The Subject property gets or sets the subject of the calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Subject As String
Get
Set
'Usage
Dim instance As CalendarEventDetails
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 that contains the subject field of the calendar item.