Поделиться через


CalendarItemType.IsAllDayEvent Property

The IsAllDayEvent property gets or sets a Boolean value that indicates whether a calendar item or meeting request represents an all-day event.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsAllDayEvent As Boolean
    Get
    Set
'Usage
Dim instance As CalendarItemType
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 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.