Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
An array of URLs identifying other folders within the same store that contain schema definition items.
urn:schemas-microsoft-com:exch-data:baseschema
DBTYPE_ARRAY | DBTYPE_VARIANT
Array of Variants (Strings) [Visual Basic]
VT_ARRAY | VT_VARIANT (VT_BSTR) [C++]
Use the baseschema property in conjunction with the urn:schemas-microsoft-com:exch-data:schema-collection-ref property to define a folder's schema scope. Set this property on any folder containing schema definition items to identify subsequent folders that should be searched for schema items. Applications always check the current folder before proceeding to the folders identified by the baseschema property.
The order in which the URLs are listed in this property is significant: when searching for schema definition items, applications perform a breadth-first search for definition items within the folder's schema scope starting in the folder identified by urn:schemas-microsoft-com:exch-data:schema-collection-ref. Folders subsequently identified by the baseschema property of this schema collection folder are then searched in the order that they appear in the property. During the search, the first encountered definition item is always used, and other subsequent definition items are ignored. Each baseschema folder can then in turn define it's own set of base schema folders. These folders are searched in the order that they appear in the property.
"file://./backofficestorage/domain/store/MyAppFolder1a/schema/"
"file://./backofficestorage/domain/store/MyAppFolder1b/schema/"