Enum MeetingRequestsDeliveryScope
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines how meeting requests are sent to delegates.
public enum MeetingRequestsDeliveryScope
Fields
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.
DelegatesOnly = 0
Meeting requests are sent to delegates only.
NoForward = 3
Meeting requests are not sent to delegates. This value is supported only for Exchange 2010 SP1 or later server versions.