Table of Contents

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

Collection<CalendarEvent>

MergedFreeBusyStatus

Gets a collection of merged free/busy status for the attendee.

public Collection<LegacyFreeBusyStatus> MergedFreeBusyStatus { get; }

Property Value

Collection<LegacyFreeBusyStatus>

ViewType

Gets the free/busy view type that wes retrieved for the attendee.

public FreeBusyViewType ViewType { get; }

Property Value

FreeBusyViewType

WorkingHours

Gets the working hours of the attendee.

public WorkingHours WorkingHours { get; }

Property Value

WorkingHours