Uses of Class
microsoft.exchange.webservices.data.AvailabilityData

Uses of AvailabilityData in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return AvailabilityData
static AvailabilityData AvailabilityData.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AvailabilityData[] AvailabilityData.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in microsoft.exchange.webservices.data with parameters of type AvailabilityData
 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.
 



Copyright © 2012. All Rights Reserved.