Uses of Class
microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions

Packages that use AvailabilityOptions
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
 

Uses of AvailabilityOptions in microsoft.exchange.webservices.data.core
 

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

Uses of AvailabilityOptions in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return AvailabilityOptions
 AvailabilityOptions GetUserAvailabilityRequest.getOptions()
          Gets an object that allows you to specify options controlling the information returned by the GetUserAvailability request.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type AvailabilityOptions
 void GetUserAvailabilityRequest.setOptions(AvailabilityOptions options)
          Sets the options.
 



Copyright © 2012–2015 Microsoft. All rights reserved.