UpdateDelegateType.DeliverMeetingRequests Property

Definition

The DeliverMeetingRequests property gets or sets a DeliverMeetingRequestsType object that represents how meeting requests are handled between the delegate and the principal.

public:
 property ExchangeWebServices::DeliverMeetingRequestsType DeliverMeetingRequests { ExchangeWebServices::DeliverMeetingRequestsType get(); void set(ExchangeWebServices::DeliverMeetingRequestsType value); };
public ExchangeWebServices.DeliverMeetingRequestsType DeliverMeetingRequests { get; set; }
Public Property DeliverMeetingRequests As DeliverMeetingRequestsType

Property Value

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.

Applies to