SendCancellationsMode 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.
Specifies constants that define how meeting cancellations should be handled when a meeting is deleted.
public enum class SendCancellationsMode
public enum SendCancellationsMode
Public Enum SendCancellationsMode
- Inheritance
-
SendCancellationsMode
Fields
Name | Value | Description |
---|---|---|
SendToNone | 0 | Do not send meeting cancellations. |
SendOnlyToAll | 1 | Send meeting cancellations to all attendees but do not save a copy of the meeting cancellation in the organizer's Sent Items folder. |
SendToAllAndSaveCopy | 2 | Send meeting cancellations to all attendees and save a copy of the meeting cancellation in the organizer's Sent Items folder. |