SendCancellationsMode - перечисление
Defines how meeting cancellations should be sent to attendees when an appointment is deleted.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public enum SendCancellationsMode
Public Enumeration SendCancellationsMode
public enum class SendCancellationsMode
type SendCancellationsMode
SendToNone | 0 |
No meeting cancellation is sent.
|
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.
|