SendInvitationsOrCancellationsMode - перечисление

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

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public enum SendInvitationsOrCancellationsMode

Члены

SendToNone0 No meeting invitation/cancellation is sent.
SendOnlyToAll1 Meeting invitations/cancellations are sent to all attendees.
SendOnlyToChanged2 Meeting invitations/cancellations are sent only to attendees that have been added or modified.
SendToAllAndSaveCopy3 Meeting invitations/cancellations are sent to all attendees and a copy is saved in the organizer's Sent Items folder.
SendToChangedAndSaveCopy4 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.

См. также