SendInvitationsOrCancellationsMode Enum

Definition

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

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.

SendToNone 0

Do not send meeting invitations/cancellations.

Applies to