Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.core.request | |
microsoft.exchange.webservices.data.misc.availability |
Modifier and Type | Method and Description |
---|---|
GetUserAvailabilityResults |
ExchangeService.getUserAvailability(Iterable<AttendeeInfo> attendees,
TimeWindow timeWindow,
AvailabilityData requestedData)
Gets detailed information about the availability of a set of users,
rooms, and resources within a specified time window.
|
GetUserAvailabilityResults |
ExchangeService.getUserAvailability(Iterable<AttendeeInfo> attendees,
TimeWindow timeWindow,
AvailabilityData requestedData,
AvailabilityOptions options)
Gets detailed information about the availability of a set of users,
rooms, and resources within a specified time window.
|
Modifier and Type | Method and Description |
---|---|
Iterable<AttendeeInfo> |
GetUserAvailabilityRequest.getAttendees()
Gets the attendees.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUserAvailabilityRequest.setAttendees(Iterable<AttendeeInfo> attendees)
Sets the attendees.
|
Modifier and Type | Method and Description |
---|---|
static AttendeeInfo |
AttendeeInfo.getAttendeeInfoFromString(String smtpAddress)
Defines an implicit conversion between a string representing an SMTP
address and AttendeeInfo.
|
Copyright © 2012–2015 Microsoft. All rights reserved.