AddDelegateType.DeliverMeetingRequests Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 principal.
Remarks
The DeliverMeetingRequests setting affects all delegates in a principal's mailbox.
You must set the DeliverMeetingRequestsSpecified property to true so that DeliverMeetingRequests is serialized into the Simple Object Access Protocol (SOAP) request.