Platform SDK: Exchange 2000 Server

scope Field

[This is preliminary documentation and subject to change.]

The URL to the folder for which an instance of the event sink should be notified of the store events specified in the eventmethod property.

Full Name

http://schemas.microsoft.com/exchange/events/scope

Name Constant

Variant (Automation) Subtype

[Visual Basic] String

[C++] VT_BSTR

OLE DB Type

DBTYPE_WSTR

Remarks

This property is only used for store events (OnSave, OnDelete, OnSyncSave, OnSyncDelete) and is not valid for system events (OnMDBStartup, OnMDBShutdown, OnTimer).

This URL can be expressed using either the http: or file: URI schemes.

Example

"file://./backofficestorage/domain.microsoft.com/public folders/test1/test2/"

"http://servername/public/test1/test2/"

See Also

eventmethod