Appointment.ConflictingMeetings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.