Appointment.AdjacentMeetings Property

Definition

Gets a list of meetings that are adjacent to the appointment.

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

Property Value

A collection of the meetings that are adjacent to the appointment.

Applies to