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

Packages that use AttendeeInfo
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.misc.availability   
 

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

Method parameters in microsoft.exchange.webservices.data.core with type arguments of type AttendeeInfo
 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 AttendeeInfo in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type AttendeeInfo
 Iterable<AttendeeInfo> GetUserAvailabilityRequest.getAttendees()
          Gets the attendees.
 

Method parameters in microsoft.exchange.webservices.data.core.request with type arguments of type AttendeeInfo
 void GetUserAvailabilityRequest.setAttendees(Iterable<AttendeeInfo> attendees)
          Sets the attendees.
 

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

Methods in microsoft.exchange.webservices.data.misc.availability that return AttendeeInfo
static AttendeeInfo AttendeeInfo.getAttendeeInfoFromString(String smtpAddress)
          Defines an implicit conversion between a string representing an SMTP address and AttendeeInfo.
 



Copyright © 2012–2015 Microsoft. All rights reserved.