GetUserAvailabilityResults.AttendeesAvailability Property

Definition

Gets a collection that represents availability information for each of the specified attendees.

public:
 property Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::AttendeeAvailability ^> ^ AttendeesAvailability { Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::AttendeeAvailability ^> ^ get(); };
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.AttendeeAvailability> AttendeesAvailability { get; }
Public ReadOnly Property AttendeesAvailability As ServiceResponseCollection(Of AttendeeAvailability)

Property Value

The value of the AttendeesAvailability property is a ServiceResponseCollection<TResponse> class object that contains AttendeeAvailability class objects for each of the specified attendees.

Applies to