Uses of Class
microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
-
Packages that use AvailabilityOptions Package Description 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 Modifier and Type Method Description GetUserAvailabilityResultsExchangeService. 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 Modifier and Type Method Description AvailabilityOptionsGetUserAvailabilityRequest. 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 Modifier and Type Method Description voidGetUserAvailabilityRequest. setOptions(AvailabilityOptions options)Sets the options.
-