public final class ExchangeUserAvailability extends Object
Represents user availability information
Constructor and Description |
---|
ExchangeUserAvailability()
Initializes a new instance of the
ExchangeUserAvailability class. |
Modifier and Type | Method and Description |
---|---|
ExchangeCalendarEventCollection |
getCalendarAppointments()
Gets the calendar appointments in the user's calendar.
|
String |
getUser()
Gets the user smtp address.
|
ExchangeUserWorkingHoursCollection |
getWorkingHours()
Gets the working hours.
|
DateRange |
getWorkingHours(Date date)
Gets the working hours in the specified date taking into account the user's timezone.
|
public ExchangeUserAvailability()
Initializes a new instance of the ExchangeUserAvailability
class.
public String getUser()
Gets the user smtp address.
public ExchangeCalendarEventCollection getCalendarAppointments()
Gets the calendar appointments in the user's calendar.
public ExchangeUserWorkingHoursCollection getWorkingHours()
Gets the working hours.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.