Uses of Class
microsoft.exchange.webservices.data.EmailMessage

Uses of EmailMessage in microsoft.exchange.webservices.data
 

Classes in microsoft.exchange.webservices.data 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.
 

Subclasses of EmailMessage in microsoft.exchange.webservices.data
 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 that return EmailMessage
static EmailMessage EmailMessage.bind(ExchangeService service, ItemId id)
          * Binds to an existing e-mail message and loads its first class properties.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 properties.Calling this method results in a call to EWS.
 



Copyright © 2012. All Rights Reserved.