Example custom properties file

The content category, MsgClassTest, and the property, MSGCLASS, are defined in the following example Custom Properties.xml file. This file also defines how the content category and property are presented in the specified application. Custom Properties.xml must be located in the folder, Custom Filter Rules, in the Enterprise Vault installation folder.

<?xml version="1.0"?>
<CUSTOMPROPERTYMETADATA xmlns:xsi="http://www.w3.org/2001/
  XMLSchema-instance" xsi:noNamespaceSchemaLocation=
  "customproperties.xsd">
  <CONTENTCATEGORIES DEFAULT="MsgClassTest">
	<CONTENTCATEGORY NAME="MsgClassTest">
	<INDEXEDPROPERTIES>
		<PROPERTY TAG="MSGCLASS"/>
	</INDEXEDPROPERTIES>
	</CONTENTCATEGORY>
  </CONTENTCATEGORIES>
  <CUSTOMPROPERTIES>
	<NAMESPACE TYPE="MAPI">
	<PROPERTY TAG="MSGCLASS" NAME="0x001A" />
	</NAMESPACE>
  </CUSTOMPROPERTIES>
  <PRESENTATION>
	<APPLICATION NAME="search.asp" LOCALE="1033">
	<FIELDGROUPS>
		<FIELDGROUP LABEL="Content Category">
		<FIELD TAG="MSGCLASS" LABEL="Message Class" 
				 CATEGORY="MsgClassTest"/>
		</FIELDGROUP>
	</FIELDGROUPS>
	<AVAILABLECATEGORIES>
		<AVAILABLECATEGORY CONTENTCATEGORY="MsgClassTest" 
						 LABEL="Message Class Test"/>
	</AVAILABLECATEGORIES>
	</APPLICATION>
  </PRESENTATION>
</CUSTOMPROPERTYMETADATA>

Settings in the file are used as follows: