다음을 통해 공유


NotificationType.MoreEvents Property

The MoreEvents property gets or sets a value that indicates whether more events to be delivered to the client exist in the queue.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
Public Property MoreEvents As Boolean
public bool MoreEvents { get; set; }
public:
property bool MoreEvents {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_MoreEvents ()

/** @property */
public void set_MoreEvents (boolean value)
public function get MoreEvents () : boolean

public function set MoreEvents (value : boolean)

Property Value

The MoreEvents property returns true if more events exist in the queue to be delivered to the client; otherwise, the property returns false.

Remarks

For Pull notifications, a true value in this element indicates to the client that another GetEvents request should be issued to get the remaining events. Assuming that the client specifications require minimum latency for event notifications, GetEvents requests should continue in succession until a falseMoreEvents value is returned.

For Push notifications, a true value for MoreEvents indicates to the client that another notification request will be sent to the client to deliver the remaining events. Similar to Pull notifications, these follow-up requests will continue in succession until the event queue on the Client Access server is empty.

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)