CalendarItemType.IsAllDayEvent Property

Definition

The IsAllDayEvent property gets or sets a Boolean value that indicates whether a calendar item or meeting request represents 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 item represents an all-day event; otherwise, the property returns false.

Remarks

An all-day event spans the duration of working hours that is defined for a mailbox.

Applies to