Compartir a través de


CalendarEventDetails.IsException Property

The IsException property gets or sets a Boolean value that indicates whether an instance of a recurring calendar item is changed from the original.

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

Syntax

'Declaration
Public Property IsException As Boolean
    Get
    Set
'Usage
Dim instance As CalendarEventDetails
Dim value As Boolean

value = instance.IsException

instance.IsException = value
public bool IsException { get; set; }

Property Value

Type: System.Boolean
The IsException property returns true if the calendar item is changed from the original; otherwise, the property returns false.