CalendarItemType.ConflictingMeetings Property

Definition

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

public:
 property ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ ConflictingMeetings { ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ get(); void set(ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ value); };
public ExchangeWebServices.NonEmptyArrayOfAllItemsType ConflictingMeetings { get; set; }
Public Property ConflictingMeetings As NonEmptyArrayOfAllItemsType

Property Value

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

Applies to