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

Packages that use TimeWindow
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.misc.availability   
microsoft.exchange.webservices.data.property.complex.availability   
 

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

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

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

Methods in microsoft.exchange.webservices.data.core.request that return TimeWindow
 TimeWindow GetUserAvailabilityRequest.getTimeWindow()
          Gets the time window in which to retrieve user availability information.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type TimeWindow
 void GetUserAvailabilityRequest.setTimeWindow(TimeWindow timeWindow)
          Sets the time window.
 

Uses of TimeWindow in microsoft.exchange.webservices.data.misc.availability
 

Methods in microsoft.exchange.webservices.data.misc.availability that return TimeWindow
 TimeWindow AvailabilityOptions.getDetailedSuggestionsWindow()
          Gets the time window for which detailed information about suggested meeting times should be returned.
 

Methods in microsoft.exchange.webservices.data.misc.availability with parameters of type TimeWindow
 void AvailabilityOptions.setDetailedSuggestionsWindow(TimeWindow value)
          Sets the detailed suggestions window.
 

Uses of TimeWindow in microsoft.exchange.webservices.data.property.complex.availability
 

Methods in microsoft.exchange.webservices.data.property.complex.availability that return TimeWindow
 TimeWindow OofSettings.getDuration()
          Gets the duration of the OOF status when State is set to OofState.Scheduled.
 

Methods in microsoft.exchange.webservices.data.property.complex.availability with parameters of type TimeWindow
 void OofSettings.setDuration(TimeWindow duration)
          Sets the duration of the OOF status when State is set to OofState.Scheduled.
 



Copyright © 2012–2015 Microsoft. All rights reserved.