Uses of Class
microsoft.exchange.webservices.data.core.service.item.EmailMessage
-
Packages that use EmailMessage Package Description 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 Modifier and Type Class Description classMeetingCancellationRepresents a meeting cancellation message.classMeetingMessageRepresents a meeting-related 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 EmailMessage Modifier and Type Method Description static EmailMessageEmailMessage. 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 EmailMessageEmailMessage. 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 Modifier and Type Class Description classCalendarResponseMessage<TMessage extends EmailMessage>Represents the base class for accept, tentatively accept and decline response messages.classCalendarResponseMessageBase<TMessage extends EmailMessage>Represents the base class for all calendar-related response messages.classResponseObject<TMessage extends EmailMessage>The Class ResponseObject.
-