SendInvitationsOrCancellationsMode 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 invitations or cancellations are handled when a meeting is updated.
public enum class SendInvitationsOrCancellationsMode
public enum SendInvitationsOrCancellationsMode
Public Enum SendInvitationsOrCancellationsMode
- Inheritance
-
SendInvitationsOrCancellationsMode
Fields
Name | Value | Description |
---|---|---|
SendToNone | 0 | Do not send meeting invitations/cancellations. |
SendOnlyToAll | 1 | Send meeting invitations/cancellations to all attendees; do not save a copy of the meeting invitation/cancellation in the organizer's Sent Items folder. |
SendOnlyToChanged | 2 | Send meeting invitations/cancellations only to attendees that have been added or modified; do not save a copy of the meeting invitation/cancellation in the organizer's Sent Items folder. |
SendToAllAndSaveCopy | 3 | Send meeting invitations/cancellations to all attendees and save a copy of the meeting invitation/cancellation in the organizer's Sent Items folder. |
SendToChangedAndSaveCopy | 4 | Send meeting invitations/cancellations only to attendees that have been added or modified and save a copy of the meeting invitation/cancellation in the organizer's Sent Items folder. |