Table of Contents

Enum SendInvitationsOrCancellationsMode

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines if/how meeting invitations or cancellations should be sent to attendees when an appointment is updated.

public enum SendInvitationsOrCancellationsMode

Fields

SendOnlyToAll = 1

Meeting invitations/cancellations are sent to all attendees.

SendOnlyToChanged = 2

Meeting invitations/cancellations are sent only to attendees that have been added or modified.

SendToAllAndSaveCopy = 3

Meeting invitations/cancellations are sent to all attendees and a copy is saved in the organizer's Sent Items folder.

SendToChangedAndSaveCopy = 4

Meeting invitations/cancellations are sent only to attendees that have been added or modified and a copy is saved in the organizer's Sent Items folder.

SendToNone = 0

No meeting invitation/cancellation is sent.