UpdateDelegateType.DeliverMeetingRequestsSpecified Property
The DeliverMeetingRequestsSpecified property gets or sets a Boolean value that specifies whether the DeliverMeetingRequests property is serialized into the Simple Object Access Protocol (SOAP) request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DeliverMeetingRequestsSpecified As Boolean
Get
Set
'Usage
Dim instance As UpdateDelegateType
Dim value As Boolean
value = instance.DeliverMeetingRequestsSpecified
instance.DeliverMeetingRequestsSpecified = value
public bool DeliverMeetingRequestsSpecified { get; set; }
Property Value
Type: System.Boolean
The DeliverMeetingRequestsSpecified property returns a Boolean true if DeliverMeetingRequests is serialized into the Simple Object Access Protocol (SOAP) request; otherwise, the property returns false.
See Also