GetDelegateResponseMessageType.DeliverMeetingRequestsSpecified Property

The DeliverMeetingRequestsSpecified property gets or sets a Boolean value that specifies whether the DeliverMeetingRequests property is serialized in the SOAP message. This property is required if the DeliverMeetingRequests property is specified.

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

Syntax

'Declaration
Public Property DeliverMeetingRequestsSpecified As Boolean
    Get
    Set
'Usage
Dim instance As GetDelegateResponseMessageType
Dim value As Boolean

value = instance.DeliverMeetingRequestsSpecified

instance.DeliverMeetingRequestsSpecified = value
public bool DeliverMeetingRequestsSpecified { get; set; }

Property Value

Type: System.Boolean
The DeliverMeetingRequestsSpecified property returns true if the DeliverMeetingRequests property is serialized into the SOAP message; otherwise, the property returns false.