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