CancelMeetingMessage Class

Definition

Represents a meeting cancellation message.

public ref class CancelMeetingMessage sealed : Microsoft::Exchange::WebServices::Data::CalendarResponseMessageBase<Microsoft::Exchange::WebServices::Data::MeetingCancellation ^>
public sealed class CancelMeetingMessage : Microsoft.Exchange.WebServices.Data.CalendarResponseMessageBase<Microsoft.Exchange.WebServices.Data.MeetingCancellation>
Public NotInheritable Class CancelMeetingMessage
Inherits CalendarResponseMessageBase(Of MeetingCancellation)
Inheritance

Properties

Body

Gets or sets the body of the response.

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)
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 calendar response message in the Drafts folder. Calling this method results in a call to Exchange Web Services (EWS).

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

Saves the calendar response message to the specified folder. Calling this method results in a call to Exchange Web Services (EWS).

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

Saves the calendar response message to the specified folder. Calling this method results in a call to Exchange Web Services (EWS).

(Inherited from CalendarResponseMessageBase<TMessage>)
Send()

Sends this calendar response message without saving a copy. Calling this method results in a call to Exchange Web Services (EWS).

(Inherited from CalendarResponseMessageBase<TMessage>)
SendAndSaveCopy()

Sends this calendar response message and saves a copy in the Sent Items folder. Calling this method results in a call to Exchange Web Services (EWS).

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

Sends this calendar response message and saves a copy to the specified folder. Calling this method results in a call to Exchange Web Services (EWS).

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

Sends this calendar response message and saves a copy to the specified folder. Calling this method results in a call to Exchange Web Services (EWS).

(Inherited from CalendarResponseMessageBase<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