Appointment.ConflictingMeetings Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une liste des réunions en conflit avec le rendez-vous.
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)
Valeur de propriété
Collection des réunions en conflit avec le rendez-vous.