CalendarItemUpdateOperationType Enum
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.
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
Name | Value | Description |
---|---|---|
SendToNone | 0 | The calendar item is updated but updates are not sent to attendees. |
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. |
Remarks
This enumeration is used by the SendMeetingInvitationsOrCancellations property of the UpdateItemType object.