MeetingRequestMessageType.When Property
The When property gets or sets a string value that specifies a text description of when the meeting that is associated with this instance of the MeetingRequestMessageType class occurs.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property When As String
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
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 specifies a text description of when the meeting that is associated with this instance of the MeetingRequestMessageType class occurs.
See Also