Поделиться через


GetDelegateResponseMessageType.DeliverMeetingRequests Property

The DeliverMeetingRequests property gets or sets a value that defines how meeting requests are handled between the delegate and the principal. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

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 enumeration value that defines how meeting requests are handled between the delegate and the principal.

Remarks

The setting of the DeliverMeetingRequests property affects all delegates in a principal's mailbox.

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)