Uses of Class
microsoft.exchange.webservices.data.core.service.item.MeetingResponse
-
Packages that use MeetingResponse Package Description microsoft.exchange.webservices.data.core.service.item microsoft.exchange.webservices.data.misc -
-
Uses of MeetingResponse in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return MeetingResponse Modifier and Type Method Description static MeetingResponseMeetingResponse. bind(ExchangeService service, ItemId id)Binds to an existing meeting response and loads the specified set of property.static MeetingResponseMeetingResponse. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing meeting response and loads the specified set of property. -
Uses of MeetingResponse in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return MeetingResponse Modifier and Type Method Description MeetingResponseCalendarActionResults. getMeetingResponse()Gets the copy of the response that is sent to the organizer of a meeting when the meeting is accepted, tentatively accepted or declined by an attendee.
-