CalendarItemUpdateOperationType Enum

Definition

The CalendarItemUpdateOperationType enumeration specifies how meeting updates are communicated after a calendar item is updated.

public enum class CalendarItemUpdateOperationType
public enum CalendarItemUpdateOperationType
Public Enum CalendarItemUpdateOperationType
Inheritance
CalendarItemUpdateOperationType

Fields

SendOnlyToAll 1

The calendar item is updated and the meeting update is sent to all attendees but is not saved in the folder that is identified by the SavedItemFolderId property.

SendOnlyToChanged 2

The calendar item is updated and the meeting update is sent only to attendees that are affected by the change in the meeting.

SendToAllAndSaveCopy 3

The calendar item is updated, the meeting update is sent to all attendees, and a copy is saved in the folder that is identified by the SavedItemFolderId property.

SendToChangedAndSaveCopy 4

The calendar item is updated, the meeting update is sent to all attendees that are affected by the change in the meeting, and a copy is saved in the folder that is identified by the SavedItemFolderId property.

SendToNone 0

The calendar item is updated but updates are not sent to attendees.

Remarks

This enumeration is used by the SendMeetingInvitationsOrCancellations property of the UpdateItemType object.

Applies to