Class GetUserAvailabilityResults
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the results of a GetUserAvailability operation.
public sealed class GetUserAvailabilityResults
- Inheritance
-
GetUserAvailabilityResults
- Inherited Members
Properties
AttendeesAvailability
Gets a collection of AttendeeAvailability objects representing availability information for each of the specified attendees.
public ServiceResponseCollection<AttendeeAvailability> AttendeesAvailability { get; }
Property Value
Suggestions
Gets a collection of suggested meeting times for the specified time period.
public Collection<Suggestion> Suggestions { get; }