GetDelegateResponseMessageType.DeliverMeetingRequestsSpecified Property

Definition

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.

public:
 property bool DeliverMeetingRequestsSpecified { bool get(); void set(bool value); };
public bool DeliverMeetingRequestsSpecified { get; set; }
Public Property DeliverMeetingRequestsSpecified As Boolean

Property Value

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

Applies to