Enterprise Vault™ Setting up Exchange Server Archiving
- About this guide
- Distributing Exchange Server Forms
- Setting up archiving from mailboxes
- Points to note before you set up Enterprise Vault mailbox archiving
- Defining Exchange Server mailbox archiving policies
- Mailbox policy settings when setting up Exchange Server archiving
- Mailbox policy settings when setting up Exchange Server archiving
- Defining desktop policies in Exchange Server archiving
- Desktop policy settings in Exchange Server archiving
- Options tab (Exchange Server archiving desktop policy setting)
- Advanced tab (Exchange Server archiving desktop policy setting)
- Desktop policy settings in Exchange Server archiving
- Adding Exchange Server archiving targets
- Using customized shortcuts with Exchange Server archiving
- About editing automatic messages for Exchange Server archiving
- Enabling mailboxes for Exchange Server archiving
- Setting up users' desktops
- Enterprise Vault Outlook Add-In for Exchange Server archiving
- Enterprise Vault Client for Mac OS X with Exchange Server archiving
- Getting users started with Exchange Server archiving
- Setting up Vault Cache and Virtual Vault
- Vault Cache synchronization
- Vault Cache header synchronization and content download
- Vault Cache advanced settings
- Virtual Vault advanced settings
- Setting up archiving from public folders
- About public folder policy settings
- Exchange Public Folder policy settings
- Exchange Public Folder policy settings
- Adding public folder archiving targets
- Setting up archiving of journaled messages
- Envelope Journaling
- Setting up Enterprise Vault Office Mail App for Exchange Server 2013 and later
- About the Enterprise Vault Office Mail App
- Deploying the Enterprise Vault Office Mail App
- Troubleshooting the Enterprise Vault Office Mail App
- Setting up Enterprise Vault access for OWA clients on Exchange Server 2010
- About Enterprise Vault functionality in OWA clients
- Enterprise Vault OWA Extensions in an Exchange Server 2010 environment
- Configuring access to Enterprise Vault from Outlook RPC over HTTP clients
- Using firewall software for external access to OWA and Outlook
- Configuring filtering
- About filtering
- Configuring selective journaling
- Configuring group journaling
- Configuring custom filtering
- About custom filtering ruleset files
- About controlling default custom filtering behavior
- About the general format of ruleset files for custom filtering
- About rule actions for custom filtering
- About message attribute filters for custom filtering
- About the general format of Custom Properties.xml
- About content categories
- Defining how custom properties are presented in third party applications
- Custom properties example
Summary of custom property elements and attributes
Table: XML elements and attributes in the Custom Properties.xml file summarizes all elements and attributes in Custom Properties.xml
.
The value in the Mandatory column assumes that the IGNORENODEFAULT registry setting is not used.
Table: XML elements and attributes in the Custom Properties.xml file
Element | Attribute | Mandatory | Description |
---|---|---|---|
CONTENTCATEGORIES | Yes | Defines the content category section of the file. | |
DEFAULT= | No | Value is the name of the content category to be used as default. Required if custom properties in all items are to be indexed. | |
CONTENTCATEGORY | Yes | Defines a group of settings that are to be assigned to an archived item. | |
NAME= | Yes | Value is a unique name to identify category to ruleset and presentation interface. | |
RETENTIONCATEGORY= | No | Value is a retention category to be assigned to the archived item. The retention category must exist in Enterprise Vault. Note: Some Enterprise Vault features, such as the retention folders and classification features, can override this retention category. For more information on retention, see the Administrator's Guide. | |
ARCHIVEID= | No | Value is the ID of the archive to store the item in. The value can be found in the properties of the archive in the Enterprise Vault Administration Console. | |
INDEXEDPROPERTIES | Yes | Defines a set of additional properties in the content category. | |
RETRIEVE= | No | Value is "Y" or "N". Indicates whether or not properties in this set should appear in the search results. The default is "N". | |
PROPERTY | Yes | Defines an additional property to index for items that are assigned this content category. | |
TAG= | Yes | Value is the Enterprise Vault TAG of the property. | |
CUSTOMPROPERTIES | Yes | Defines the custom property section of the file. | |
NAMESPACE | Yes | Defines a NAMESPACE that contains a group of custom properties. | |
TYPE= | Yes | Value is the type of property: "MAPI". | |
GUID= | Yes | MAPI properties only. Value is identity of NAMESPACE to external applications. | |
PROPERTY | Yes | Defines a custom property. | |
NAME= | Yes | If the property is a custom MAPI property, value is the STRING ID defined in the MAPI subsystem. The value is case-sensitive and must match exactly the value in the MAPI subsystem. If the property is a standard MAPI property, value is either the Identifier part of the 32-bit hexadecimal MAPI property tag (bits 16 to 31), or the Identifier part (bits 16 to 31) plus the Property type part (bits 0 to 15). Value must be unique in NAMESPACE. | |
TAG= | Yes | TAG identifies the property within Enterprise Vault. It must contain four or more alphanumeric characters (A-Z a-z 0-9); spaces and underscore characters are not permitted. The value must be unique within the XML file. TAG value is the property name that will be stored in the index. | |
PRESENTATION | Yes | Defines the presentation property section of the file. | |
APPLICATION | Yes | Defines a group of fields for use by a named application. | |
NAME= | Yes | Value is the name of the application that will use the fields in this definition. | |
LOCALE= | Yes | The value depends on what the calling application requires to define the language. For example, an application may use the standard Microsoft Locale ID number that the application runs under. | |
FIELDGROUPS | Yes | Define the field groups available to the application. | |
FIELDGROUP | Yes | A logical grouping of fields for the presentation interface. | |
LABEL= | No | Value will be presented to the application for this field group. The label must be unique within the application. | |
FIELD | Yes | Defines a field that will reference a custom property. | |
LABEL= | Yes | Value will be displayed on the application user interface to represent this custom property. | |
CATEGORY= | Yes | Value is the name of a content category listed in AVAILABLECATEGORIES for the application. | |
TAG= | Yes | Value is the TAG of a custom property. The tag must be unique in the FIELDGROUP. | |
AVAILABLECATEGORIES | Yes | Define which content categories are available to the application. | |
AVAILABLECATEGORY | Yes | Defines a content category. | |
LABEL= | Yes | Value defines how the content category is to appear in the user interface. | |
CONTENTCATEGORY= | Yes | Value is the NAME of the required content category as specified in the Content Category section of the file. |