CalendarItemType.ConflictingMeetings Property

The ConflictingMeetings property gets or sets an instance of the NonEmptyArrayOfAllItemsType class that identifies all calendar items that conflict with a meeting time.

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

Syntax

'Declaration
Public Property ConflictingMeetings As NonEmptyArrayOfAllItemsType
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As NonEmptyArrayOfAllItemsType

value = instance.ConflictingMeetings

instance.ConflictingMeetings = value
public NonEmptyArrayOfAllItemsType ConflictingMeetings { get; set; }

Property Value

Type: ExchangeWebServices.NonEmptyArrayOfAllItemsType
The ConflictingMeetings property returns an instance of the NonEmptyArrayOfAllItemsType class that identifies all calendar items that conflict with a meeting time.