CalendarResponseMessage<TMessage> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for all calendar-related response messages.
generic <typename TMessage>
where TMessage : EmailMessagepublic ref class CalendarResponseMessage abstract : Microsoft::Exchange::WebServices::Data::CalendarResponseMessageBase<TMessage>
public abstract class CalendarResponseMessage<TMessage> : Microsoft.Exchange.WebServices.Data.CalendarResponseMessageBase<TMessage> where TMessage : EmailMessage
Public MustInherit Class CalendarResponseMessage(Of TMessage)
Inherits CalendarResponseMessageBase(Of TMessage)
Type Parameters
- TMessage
The type of message that is created when this response message is saved.
- Inheritance
-
CalendarResponseMessage<TMessage>
- Derived
Properties
Attachments |
Gets a list of attachments to this response. |
BccRecipients |
Gets a list of recipients that this response will be sent to as Bcc. |
Body |
Gets or sets the body of this response. |
CcRecipients |
Gets a list of recipients that this 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) |
Schema |
Gets the schema that is associated with this type of object. (Inherited from ServiceObject) |
Sender |
Gets or sets the sender of this response. |
Sensitivity |
Gets or sets the sensitivity of this response. |
Service |
Gets the Exchange service for this object. (Inherited from ServiceObject) |
ToRecipients |
Gets a list of recipients that this 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 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) |