MeetingRequestMessageType.IsAllDayEvent Property
The IsAllDayEvent property gets or sets a Boolean value that specifies whether the meeting that is associated with this instance of the MeetingRequestMessageType class is an all-day event.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsAllDayEvent As Boolean
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As Boolean
value = instance.IsAllDayEvent
instance.IsAllDayEvent = value
public bool IsAllDayEvent { get; set; }
Property Value
Type: System.Boolean
The IsAllDayEvent property returns true if the meeting that is associated with this instance of the MeetingRequestMessageType class is an all-day event; otherwise, the property returns false.
See Also