Appointment.ConflictingMeetings Property

Definition

Gets a list of meetings that conflict with the appointment.

public:
 property Microsoft::Exchange::WebServices::Data::ItemCollection<Microsoft::Exchange::WebServices::Data::Appointment ^> ^ ConflictingMeetings { Microsoft::Exchange::WebServices::Data::ItemCollection<Microsoft::Exchange::WebServices::Data::Appointment ^> ^ get(); };
public Microsoft.Exchange.WebServices.Data.ItemCollection<Microsoft.Exchange.WebServices.Data.Appointment> ConflictingMeetings { get; }
Public ReadOnly Property ConflictingMeetings As ItemCollection(Of Appointment)

Property Value

A collection of the meetings that conflict with the appointment.

Applies to