MeetingRequestMessageType.IsAllDayEvent Property

Definition

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.

public:
 property bool IsAllDayEvent { bool get(); void set(bool value); };
public bool IsAllDayEvent { get; set; }
Public Property IsAllDayEvent As Boolean

Property Value

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.

Applies to