ResponseObject<TMessage> Class

Definition

Represents the base class for all responses that can be sent.

generic <typename TMessage>
 where TMessage : EmailMessagepublic ref class ResponseObject abstract : Microsoft::Exchange::WebServices::Data::ServiceObject
public abstract class ResponseObject<TMessage> : Microsoft.Exchange.WebServices.Data.ServiceObject where TMessage : EmailMessage
Public MustInherit Class ResponseObject(Of TMessage)
Inherits ServiceObject

Type Parameters

TMessage

An EmailMessage object.

Inheritance
ResponseObject<TMessage>
Derived

Properties

IsDeliveryReceiptRequested

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

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.

Item[PropertyDefinitionBase]

Gets the value of the specified property in this instance.

(Inherited from ServiceObject)
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)

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.

Save(FolderId)

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

Save(WellKnownFolderName)

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

Send()

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

SendAndSaveCopy()

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

SendAndSaveCopy(FolderId)

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

SendAndSaveCopy(WellKnownFolderName)

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

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