Uses of Class
microsoft.exchange.webservices.data.core.service.item.MeetingRequest
-
Packages that use MeetingRequest Package Description microsoft.exchange.webservices.data.core.service.item microsoft.exchange.webservices.data.misc -
-
Uses of MeetingRequest in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return MeetingRequest Modifier and Type Method Description static MeetingRequestMeetingRequest. bind(ExchangeService service, ItemId id)Binds to an existing meeting response and loads the specified set of property.static MeetingRequestMeetingRequest. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing meeting response and loads the specified set of property. -
Uses of MeetingRequest in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return MeetingRequest Modifier and Type Method Description MeetingRequestCalendarActionResults. getMeetingRequest()Gets the meeting request that was moved to the Deleted Items folder as a result of an attendee accepting, tentatively accepting or declining a meeting request.
-