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

Uses of TimeWindow in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return TimeWindow
 TimeWindow AvailabilityOptions.getDetailedSuggestionsWindow()
          Gets the time window for which detailed information about suggested meeting times should be returned.
 TimeWindow OofSettings.getDuration()
          Gets the duration of the OOF status when State is set to OofState.Scheduled.
 

Methods in microsoft.exchange.webservices.data 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.
 void AvailabilityOptions.setDetailedSuggestionsWindow(TimeWindow value)
          Sets the detailed suggestions window.
 void OofSettings.setDuration(TimeWindow duration)
          Sets the duration of the OOF status when State is set to OofState.Scheduled.
 



Copyright © 2012. All Rights Reserved.