Uses of Class
microsoft.exchange.webservices.data.core.service.item.MeetingCancellation
-
Packages that use MeetingCancellation Package Description microsoft.exchange.webservices.data.core.service.item microsoft.exchange.webservices.data.misc -
-
Uses of MeetingCancellation in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return MeetingCancellation Modifier and Type Method Description static MeetingCancellationMeetingCancellation. bind(ExchangeService service, ItemId id)Binds to an existing meeting cancellation message and loads the specified set of property.static MeetingCancellationMeetingCancellation. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing meeting cancellation message and loads the specified set of property. -
Uses of MeetingCancellation in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return MeetingCancellation Modifier and Type Method Description MeetingCancellationCalendarActionResults. getMeetingCancellation()Gets the copy of the meeting cancellation message sent by the organizer to the attendees of a meeting when the meeting is cancelled.
-