Share via


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
public DeliverMeetingRequestsType DeliverMeetingRequests { get; set; }
public:
property DeliverMeetingRequestsType DeliverMeetingRequests {
    DeliverMeetingRequestsType get ();
    void set (DeliverMeetingRequestsType value);
}
/** @property */
public DeliverMeetingRequestsType get_DeliverMeetingRequests ()

/** @property */
public void set_DeliverMeetingRequests (DeliverMeetingRequestsType value)
public function get DeliverMeetingRequests () : DeliverMeetingRequestsType

public function set DeliverMeetingRequests (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)