DeliverMeetingRequestsType 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.
The DeliverMeetingRequestsType enumeration specifies how meeting requests are handled between the delegate and the principal. This enumeration was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
public enum class DeliverMeetingRequestsType
public enum DeliverMeetingRequestsType
Public Enum DeliverMeetingRequestsType
- Inheritance
-
DeliverMeetingRequestsType
Fields
Name | Value | Description |
---|---|---|
DelegatesOnly | 0 | Meeting requests are forwarded to the delegate and moved to the Deleted Items folder in the principal's mailbox. |
DelegatesAndMe | 1 | Meeting requests are forwarded to the delegate and remain in the Inbox folder in the principal's mailbox. |
DelegatesAndSendInformationToMe | 2 | Meeting requests are forwarded to the delegate and remain in the Inbox folder in the principal's mailbox, but the Accept, Tentative, and Decline buttons do not appear in the Microsoft Office Outlook reading pane. |
NoForward | 3 |
Remarks
This enumeration is used by the DeliverMeetingRequests property of the AddDelegateType object, the DeliverMeetingRequests property of the UpdateDelegateType object, and the DeliverMeetingRequests property of the GetDelegateResponseMessageType object.