ResponseMessage Class

Definition

Represents the base class for e-mail related responses (Reply, Reply all and Forward).

public ref class ResponseMessage sealed : Microsoft::Exchange::WebServices::Data::ResponseObject<Microsoft::Exchange::WebServices::Data::EmailMessage ^>
public sealed class ResponseMessage : Microsoft.Exchange.WebServices.Data.ResponseObject<Microsoft.Exchange.WebServices.Data.EmailMessage>
Public NotInheritable Class ResponseMessage
Inherits ResponseObject(Of EmailMessage)
Inheritance

Properties

BccRecipients

Gets a list of recipients this response will be sent to as Bcc.

Body

Gets or sets the body of the response.

BodyPrefix

Gets or sets the body prefix of this response. The body prefix will be prepended to the original message's body when the response is created.

CcRecipients

Gets a list of recipients the response will be sent to as Cc.

IsDeliveryReceiptRequested

Gets or sets a value indicating whether delivery receipts should be sent to the sender.

(Inherited from ResponseObject<TMessage>)
IsDirty

Gets a value that indicates whether the object has been modified.

(Inherited from ServiceObject)
IsNew

Indicates whether this object exists in the Exchange database or if it is a local object that has not been saved to the Exchange database.

(Inherited from ServiceObject)
IsReadReceiptRequested

Gets or sets a value indicating whether read receipts will be requested from recipients of this response.

(Inherited from ResponseObject<TMessage>)
Item[PropertyDefinitionBase]

Gets the value of the specified property in this instance.

(Inherited from ServiceObject)
ResponseType

Gets a value indicating the type of response this object represents.

Schema

Gets the schema that is associated with this type of object.

(Inherited from ServiceObject)
Service

Gets the Exchange service for this object.

(Inherited from ServiceObject)
Subject

Gets or sets the subject of this response.

ToRecipients

Gets a list of recipients the response will be sent to.

Methods

GetLoadedPropertyDefinitions()

Provides the collection of loaded property definitions.

(Inherited from ServiceObject)
Load()

Loads the first-class properties.

(Inherited from ServiceObject)
Load(PropertySet)

Loads the specified set of properties.

(Inherited from ServiceObject)
Save()

Saves the response in the Drafts folder. Calling this method results in a call to EWS.

(Inherited from ResponseObject<TMessage>)
Save(FolderId)

Saves the response in the specified folder. Calling this method results in a call to EWS.

(Inherited from ResponseObject<TMessage>)
Save(WellKnownFolderName)

Saves the response in the specified folder. Calling this method results in a call to EWS.

(Inherited from ResponseObject<TMessage>)
Send()

Sends this response without saving a copy. Calling this method results in a call to EWS.

(Inherited from ResponseObject<TMessage>)
SendAndSaveCopy()

Sends this response and saves a copy in the Sent Items folder. Calling this method results in a call to EWS.

(Inherited from ResponseObject<TMessage>)
SendAndSaveCopy(FolderId)

Sends this response ans saves a copy in the specified folder. Calling this method results in a call to EWS.

(Inherited from ResponseObject<TMessage>)
SendAndSaveCopy(WellKnownFolderName)

Sends this response and saves a copy in the specified folder. Calling this method results in a call to EWS.

(Inherited from ResponseObject<TMessage>)
TryGetProperty(PropertyDefinitionBase, Object)

Tries to get the value of a specified property.

(Inherited from ServiceObject)
TryGetProperty<T>(PropertyDefinitionBase, T)

Tries to get the value of a specified property.

(Inherited from ServiceObject)

Applies to