Class AttendeeAvailability
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the availability of an individual attendee.
public sealed class AttendeeAvailability : ServiceResponse
- Inheritance
-
AttendeeAvailability
- Inherited Members
Properties
CalendarEvents
Gets a collection of calendar events for the attendee.
public Collection<CalendarEvent> CalendarEvents { get; }
Property Value
MergedFreeBusyStatus
Gets a collection of merged free/busy status for the attendee.
public Collection<LegacyFreeBusyStatus> MergedFreeBusyStatus { get; }
Property Value
ViewType
Gets the free/busy view type that wes retrieved for the attendee.
public FreeBusyViewType ViewType { get; }
Property Value
WorkingHours
Gets the working hours of the attendee.
public WorkingHours WorkingHours { get; }