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 ExchangeCalendarEventCollection getCalendarAppointments()
Gets the calendar appointments in the user's calendar.
ExchangeCalendarEventCollection
object.public ExchangeUserWorkingHoursCollection getWorkingHours()
Gets the working hours.
ExchangeUserWorkingHoursCollection
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.