UpdateDelegateType.DeliverMeetingRequests Property
The DeliverMeetingRequests property gets or sets a DeliverMeetingRequestsType object that represents how meeting requests are handled between the delegate and the principal.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DeliverMeetingRequests As DeliverMeetingRequestsType
Get
Set
'Usage
Dim instance As UpdateDelegateType
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 object that represents how meeting requests are handled between the delegate and the principal.
Remarks
The DeliverMeetingRequests property affects all delegates in a principal's mailbox.
You must set the DeliverMeetingRequestsSpecified property to true so that DeliverMeetingRequests is serialized into the SOAPrequest.
See Also