MeetingRequestsDeliveryScope - перечисление
Defines how meeting requests are sent to delegates.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public enum MeetingRequestsDeliveryScope
Public Enumeration MeetingRequestsDeliveryScope
public enum class MeetingRequestsDeliveryScope
type MeetingRequestsDeliveryScope
DelegatesOnly | 0 |
Meeting requests are sent to delegates only.
|
DelegatesAndMe | 1 |
Meeting requests are sent to delegates and to the owner of the mailbox.
|
DelegatesAndSendInformationToMe | 2 |
Meeting requests are sent to delegates and informational messages are sent to the owner of the mailbox.
|
NoForward | 3 |
Meeting requests are not sent to delegates. This value is supported only for Exchange 2010 SP1 or later
server versions.
|