MeetingRequestsDeliveryScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies constants that define how meeting requests are handled for mailboxes that have delegates.
public enum class MeetingRequestsDeliveryScope
public enum MeetingRequestsDeliveryScope
Public Enum MeetingRequestsDeliveryScope
- Inheritance
-
MeetingRequestsDeliveryScope
Fields
Name | Value | Description |
---|---|---|
DelegatesOnly | 0 | Send meeting requests to delegates only. |
DelegatesAndMe | 1 | Send meeting requests to delegates and to the owner of the mailbox. |
DelegatesAndSendInformationToMe | 2 | Send meeting requests to delegates and informational messages to the owner of the mailbox. |
NoForward | 3 | Meeting requests are not sent to delegates. The NoForward field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |