Uses of Class
microsoft.exchange.webservices.data.core.service.item.MeetingMessage
-
Packages that use MeetingMessage Package Description microsoft.exchange.webservices.data.core.service.item -
-
Uses of MeetingMessage in microsoft.exchange.webservices.data.core.service.item
Subclasses of MeetingMessage in microsoft.exchange.webservices.data.core.service.item Modifier and Type Class Description classMeetingCancellationRepresents a meeting cancellation message.classMeetingRequestRepresents a meeting request that an attendee can accept or decline.classMeetingResponseRepresents a response to a meeting request.Methods in microsoft.exchange.webservices.data.core.service.item that return MeetingMessage Modifier and Type Method Description static MeetingMessageMeetingMessage. bind(ExchangeService service, ItemId id)Binds to an existing meeting message and loads its first class property.static MeetingMessageMeetingMessage. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing meeting message and loads the specified set of property.
-