Content categories

In the <CONTENTCATEGORIES> section of Custom Properties.xml, you define the content categories that you want to apply to filtered messages.

A content category defines a group of settings that are to be applied to an item when it is archived.

The settings can include the following:

There can be more than one content category defined in the <CONTENTCATEGORIES> element.

In ruleset files, the actions associated with a rule can include assigning a particular content category to messages that satisfy the rule. The content category definition in Custom Properties.xml provides the default settings for the content category. Some of these can be overridden for particular rules.

The following example shows entries for a content category called Litigation:

<!-- 1. DEFINITION OF CONTENT CATEGORIES AVAILABLE -->

<CONTENTCATEGORIES DEFAULT="Litigation">
  <CONTENTCATEGORY NAME="Litigation" RETENTIONCATEGORY="Litigation"
	ARCHIVEID="15165263832890493848568161647.server1.local">
	 <INDEXEDPROPERTIES RETRIEVE="Y">
	 <PROPERTY TAG="CaseAuthor"/>
	 <PROPERTY TAG="CaseStatus"/>
	</INDEXEDPROPERTIES>
  </CONTENTCATEGORY>
</CONTENTCATEGORIES>

More Information

Assigning content categories in rules

Additional properties