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

Packages that use EmailMessage
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.core.service.response   
 

Uses of EmailMessage in microsoft.exchange.webservices.data.core.service.item
 

Subclasses of EmailMessage in microsoft.exchange.webservices.data.core.service.item
 class MeetingCancellation
          Represents a meeting cancellation message.
 class MeetingMessage
          Represents a meeting-related 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 EmailMessage
static EmailMessage EmailMessage.bind(ExchangeService service, ItemId id)
          Binds to an existing e-mail message and loads its first class property.Calling this method results in a call to EWS.
static EmailMessage EmailMessage.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing e-mail message and loads the specified set of property.Calling this method results in a call to EWS.
 

Uses of EmailMessage in microsoft.exchange.webservices.data.core.service.response
 

Classes in microsoft.exchange.webservices.data.core.service.response with type parameters of type EmailMessage
 class CalendarResponseMessage<TMessage extends EmailMessage>
          Represents the base class for accept, tentatively accept and decline response messages.
 class CalendarResponseMessageBase<TMessage extends EmailMessage>
          Represents the base class for all calendar-related response messages.
 class ResponseObject<TMessage extends EmailMessage>
          The Class ResponseObject.
 



Copyright © 2012–2015 Microsoft. All rights reserved.