DeliverMeetingRequestsType Enum

Definition

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

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.

DelegatesOnly 0

Meeting requests are forwarded to the delegate and moved to the Deleted Items folder in the principal's mailbox.

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.

Applies to