The reference item.
Gets a list of attachments to this response.
Gets a list of recipients this response will be sent to as Bcc.
Gets or sets the body of the response.
Gets or sets the body of the response.
Gets a list of recipients the response will be sent to as Cc.
Gets or sets a value indicating whether delivery receipts should be sent to the sender.
Gets or sets a value indicating whether delivery receipts should be sent to the sender.
Gets a value indicating whether the object has been modified and should be saved.
Indicates whether this object is a real store item, or if it's a local object that has yet to be saved.
Gets or sets a value indicating whether read receipts will be requested from recipients of this response.
Gets or sets a value indicating whether read receipts will be requested from recipients of this response.
The property bag holding property values for this object.
Gets the schema associated with this type of object.
Gets or sets the sender of this response.
Gets or sets the sender of this response.
Gets or sets the sensitivity of this response.
Gets or sets the sensitivity of this response.
Gets the ExchangeService the object is bound to.
Gets the ExchangeService the object is bound to.
Gets a list of recipients the response will be sent to.
Triggers dispatch of the change event.
Clears the object's change log.
Gets the name of the change XML element.
XML element name,
Gets the name of the delete field XML element.
XML element name,
Gets the extended properties collection.
Extended properties collection.
The unique Id of this object.
A ServiceId instance..
The property definition for the Id of this object.
A PropertyDefinition instance.
Determines whether properties defined with ScopedDateTimePropertyDefinition require custom time zone scoping.
true if this item type requires custom scoping for scoped date/time properties; otherwise, false.
Gets a value indicating whether a time zone SOAP header should be emitted in a CreateItem or UpdateItem request so this item can be property saved or updated.
Indicates whether the operation being petrformed is an update operation.
true if a time zone SOAP header should be emitted; otherwise, false.
Gets the collection of loaded property definitions.
Collection of property definitions.
Internal method to return the schema associated with this type of object.
The schema associated with this type of object.
Gets the name of the set field XML element.
XML element name,
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.
The XML element name associated with this type. If this method returns null or empty, the XML element name associated with this type is determined by the EwsObjectDefinition attribute that decorates the type, if present.
Create the response object.
The destination folder id.
The message disposition.
The list of items returned by EWS.
Deletes the object.
The deletion mode.
Indicates whether meeting cancellation messages should be sent.
Indicate which occurrence of a recurring task should be deleted.
Loads the specified set of properties on the object.
The properties to load.
Loads the first class properties. Calling this method results in a call to EWS.
Loads the specified set of properties. Calling this method results in a call to EWS.
The properties to load.
Loads service object from XML.
Jason Object converted from XML.
The service.
if set to true [clear property bag].
The property set.
if set to true [summary props only].
Saves the response in the Drafts folder. Calling this method results in a call to EWS.
A CalendarActionResults object containing the various items that were created or modified as a results of this operation.
Saves the response in the specified folder. Calling this method results in a call to EWS.
The name of the folder in which to save the response.
A CalendarActionResults object containing the various items that were created or modified as a results of this operation.
Saves the response in the specified folder. Calling this method results in a call to EWS.
The Id of the folder in which to save the response.
A CalendarActionResults object containing the various items that were created or modified as a results of this operation.
Sends this response without saving a copy. Calling this method results in a call to EWS.
A CalendarActionResults object containing the various items that were created or modified as a results of this operation.
Sends this response ans saves a copy in the Sent Items folder. Calling this method results in a call to EWS.
A CalendarActionResults object containing the various items that were created or modified as a results of this operation.
Sends this response and saves a copy in the specified folder. Calling this method results in a call to EWS.
The name of the folder in which to save the copy of the message.
A CalendarActionResults object containing the various items that were created or modified as a results of this operation.
Sends this response ans saves a copy in the specified folder. Calling this method results in a call to EWS.
The Id of the folder in which to save the copy of the message.
A CalendarActionResults object containing the various items that were created or modified as a results of this operation.
Throws exception if this is a new service object.
Throws exception if this is not a new service object.
Try to get the value of a specified extended property in this instance.
The property definition.
The property value.
True if property retrieved, false otherwise.
Try to get the value of a specified property in this instance.
The property definition.
The property value.
True if property retrieved, false otherwise.
Validates this instance.
Writes service object as XML.
The writer.
Writes service object for update as XML.
The writer.
Gets the value of specified property in this instance. This Indexer of c#
Definition of the property to get.
Generated using TypeDoc
Initializes a new instance of the CalendarResponseMessage class.