Share via


GetDelegateResponseMessageType.DeliverMeetingRequests Property

The DeliverMeetingRequests property gets or sets a value that defines how meeting requests are handled between the delegate and the principal. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

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

Syntax

'Declaration
Public Property DeliverMeetingRequests As DeliverMeetingRequestsType
    Get
    Set
'Usage
Dim instance As GetDelegateResponseMessageType
Dim value As DeliverMeetingRequestsType

value = instance.DeliverMeetingRequests

instance.DeliverMeetingRequests = value
public DeliverMeetingRequestsType DeliverMeetingRequests { get; set; }

Property Value

Type: ExchangeWebServices.DeliverMeetingRequestsType
The DeliverMeetingRequests property returns a DeliverMeetingRequestsType enumeration value that defines how meeting requests are handled between the delegate and the principal.

Remarks

The setting of the DeliverMeetingRequests property affects all delegates in a principal's mailbox.