Making Domino message properties available to Enterprise Vault

To make Domino message properties available to Enterprise Vault, you define them in the <CUSTOMPROPERTIES> section of Custom Properties.xml. The properties defined in this section can then be referenced in the content category and presentation sections.

The properties are grouped using the <NAMESPACE> element. Typically, properties accessed by a particular application are defined in the same namespace.

This outline of the custom properties section shows how Domino properties are defined:

<!-- 2. DEFINITION OF CUSTOM PROPERTIES AVAILABLE -->

<CUSTOMPROPERTIES>
  <NAMESPACE TYPE="LOTUS">
	<PROPERTY NAME="Domino_prop_name" LOTUSTYPE="Domino_data_type"
TAG="EV_prop_name"/>
	[<PROPERTY ... />]
  </NAMESPACE>
</CUSTOMPROPERTIES>

The TYPE="LOTUS" identifies the property as a Domino property.

Within each <NAMESPACE> element, the properties are defined in <PROPERTY> elements using NAME and TAG attributes, as follows: