Table of Contents

Enum SendCancellationsMode

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

Defines how meeting cancellations should be sent to attendees when an appointment is deleted.

public enum SendCancellationsMode

Fields

SendOnlyToAll = 1

Meeting cancellations are sent to all attendees.

SendToAllAndSaveCopy = 2

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

SendToNone = 0

No meeting cancellation is sent.