CalendarItemType.When Property
The When property gets or sets a string value that provides information about when a calendar or meeting item occurs.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property When As String
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As String
value = instance.When
instance.When = value
public string When { get; set; }
Property Value
Type: System.String
The When property returns a string value that provides information about when a calendar or meeting item occurs.
See Also