Class ExchangeUserAvailability

ExchangeUserAvailability class

Represents user availability information

public sealed class ExchangeUserAvailability

Constructors

NameDescription
ExchangeUserAvailability()Initializes a new instance of the ExchangeUserAvailability class.

Properties

NameDescription
CalendarAppointments { get; }Gets the calendar appointments in the user’s calendar.
User { get; }Gets the user smtp address.
WorkingHours { get; }Gets the working hours.

Methods

NameDescription
GetWorkingHours(DateTime)Gets the working hours in the specified date taking into account the user’s timezone.

See Also