Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Defines the depth of the event scope specified in the scope property for the binding item.
http://schemas.microsoft.com/exchange/events/matchscope
[Visual Basic] String
[C++] VT_BSTR
DBTYPE_WSTR
Defaulted to "DEEP" if the scope Uniform Resource Locator (URL) contains a trailing forward slash, otherwise it is defaulted to "EXACT".
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.
"DEEP"