CalendarItemCreateOrDeleteOperationType Enum

Definition

The CalendarItemCreateOrDeleteOperationType enumeration describes how meeting requests and cancellations are handled.

public enum class CalendarItemCreateOrDeleteOperationType
public enum CalendarItemCreateOrDeleteOperationType
Public Enum CalendarItemCreateOrDeleteOperationType
Inheritance
CalendarItemCreateOrDeleteOperationType

Fields

SendOnlyToAll 1

In the CreateItem operation, specifies that the meeting is created and a meeting request is sent to all attendees, but no copy of the meeting request is saved. In the DeleteItem operation, specifies that the meeting is deleted and a meeting cancellation message is sent to all attendees, but no copy of the meeting cancellation is saved.

SendToAllAndSaveCopy 2

In the CreateItem operation, specifies that the meeting is created, a meeting request is sent to all attendees, and a copy of the meeting request is saved in the Sent Items folder. In the DeleteItem operation, specifies that the meeting is deleted, a meeting cancellation message is sent to all attendees, and a copy of the meeting cancellation is saved in the Sent Items folder.

SendToNone 0

In the CreateItem operation, specifies that the meeting is created but no meeting request is sent to attendees. In the DeleteItem operation, specifies that the meeting is deleted but no meeting cancellation message is sent to attendees.

Remarks

You can determine the method for handling meeting requests by checking the SendMeetingInvitations property. You must set the SendMeetingInvitationsSpecified property to true so that the SendMeetingInvitations property is serialized into the SOAP request.

You can determine the method for handling meeting cancellations by checking the SendMeetingCancellations property. You must set the SendMeetingCancellationsSpecified property to true so that the SendMeetingCancellations property is serialized into the SOAP request.

Applies to