DeliverMeetingRequestsType Enumeration

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).

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration DeliverMeetingRequestsType
'Usage
Dim instance As DeliverMeetingRequestsType
[SerializableAttribute]
public enum DeliverMeetingRequestsType

Members

Member name Description
DelegatesOnly Meeting requests are forwarded to the delegate and moved to the Deleted Items folder in the principal's mailbox.
DelegatesAndMe Meeting requests are forwarded to the delegate and remain in the Inbox folder in the principal's mailbox.
DelegatesAndSendInformationToMe 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

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.

See Also

Reference

Other Resources