Uses of Class
microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
-
Packages that use AttendeeInfo Package Description 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 Modifier and Type Method Description GetUserAvailabilityResultsExchangeService. 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.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 AttendeeInfo in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type AttendeeInfo Modifier and Type Method Description Iterable<AttendeeInfo>GetUserAvailabilityRequest. getAttendees()Gets the attendees.Method parameters in microsoft.exchange.webservices.data.core.request with type arguments of type AttendeeInfo Modifier and Type Method Description voidGetUserAvailabilityRequest. 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 Modifier and Type Method Description static AttendeeInfoAttendeeInfo. getAttendeeInfoFromString(String smtpAddress)Defines an implicit conversion between a string representing an SMTP address and AttendeeInfo.
-