AcceptMeetingInvitationMessage Class

Definition

Represents a meeting acceptance message.

public ref class AcceptMeetingInvitationMessage sealed : Microsoft::Exchange::WebServices::Data::CalendarResponseMessage<Microsoft::Exchange::WebServices::Data::MeetingResponse ^>
public sealed class AcceptMeetingInvitationMessage : Microsoft.Exchange.WebServices.Data.CalendarResponseMessage<Microsoft.Exchange.WebServices.Data.MeetingResponse>
Public NotInheritable Class AcceptMeetingInvitationMessage
Inherits CalendarResponseMessage(Of MeetingResponse)
Inheritance

Properties

Attachments

Gets a list of attachments to this response.

(Inherited from CalendarResponseMessage<TMessage>)
BccRecipients

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

(Inherited from CalendarResponseMessage<TMessage>)
Body

Gets or sets the body of this response.

(Inherited from CalendarResponseMessage<TMessage>)
CcRecipients

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

(Inherited from CalendarResponseMessage<TMessage>)
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)
Sender

Gets or sets the sender of this response.

(Inherited from CalendarResponseMessage<TMessage>)
Sensitivity

Gets or sets the sensitivity of this response.

(Inherited from CalendarResponseMessage<TMessage>)
Service

Gets the Exchange service for this object.

(Inherited from ServiceObject)
Tentative

Gets a value that indicates whether the associated meeting is tentatively accepted.

ToRecipients

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

(Inherited from CalendarResponseMessage<TMessage>)

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