Uses of Class
microsoft.exchange.webservices.data.core.service.item.MeetingMessage

Packages that use MeetingMessage
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
 class MeetingCancellation
          Represents a meeting cancellation message.
 class MeetingRequest
          Represents a meeting request that an attendee can accept or decline.
 class MeetingResponse
          Represents a response to a meeting request.
 

Methods in microsoft.exchange.webservices.data.core.service.item that return MeetingMessage
static MeetingMessage MeetingMessage.bind(ExchangeService service, ItemId id)
          Binds to an existing meeting message and loads its first class property.
static MeetingMessage MeetingMessage.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing meeting message and loads the specified set of property.
 



Copyright © 2012–2015 Microsoft. All rights reserved.