GetUserAvailabilityResults.AttendeesAvailability 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 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.