Platform SDK: Exchange 2000 Server

matchscope Field

[This is preliminary documentation and subject to change.]

Defines the depth of the event scope specified in the scope property for the binding item.

Full Name

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

Name Constant

Variant (Automation) Subtype

[Visual Basic] String

[C++] VT_BSTR

OLE DB Type

DBTYPE_WSTR

Default

Defaulted to "DEEP" if the scope Uniform Resource Locator (URL) contains a trailing forward slash, otherwise it is defaulted to "EXACT".

Remarks

For synchronous events this value can be:

"ANY"

"FLDONLY"

"DEEP"

"SHALLOW"

For asynchronous events this value can be:

"DEEP"

"EXACT"

The following defines the scope values:

Scope Value Definition
"ANY" Within the scope of the MDB.
"DEEP" Standard deep traversal.
"EXACT" The folder only.
"FLDONLY" Only provide notifications on folder changes.
"SHALLOW" The folder only.

This property is not valid for system events.

Example

"DEEP"

See Also

scope