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
Disabling and re-enabling the Enterprise Vault Office Mail App for a device type
After deployment of the Enterprise Vault Office Mail App, it is enabled by default for computers, tablets, and phones. To disable the Office Mail App for any of these device types, you can add an entry to the web.config
file on the Enterprise Vault server. For example, you might want to disable the Office Mail App for tablets and phones, but leave it enabled for computers.
The web.config
file is in the \WebApp
folder below the Enterprise Vault installation folder, for example C:\Program Files (x86)\Enterprise Vault\WebApp
.
When you disable a device type, the Enterprise Vault tab still appears but the Office Mail App does not show the usual options. Instead, the following message is displayed:
The Enterprise Vault Office Mail App is not available on this device
To disable the Office Mail App for a device type
- Make a copy of
web.config
and rename the copy in case you need to revert to it. - Open
web.config
in a text editor.Note:
User Account Control (UAC) may prevent you from editing
web.config
in its usual location. If so, copy it from the\WebApp
folder to a location where you can edit it. - If the
<appsettings>
section does not exist, add the section. The start and the end tags are<appsettings>
and</appsettings>
. - In the
<appsettings>
section, add the following line:<add key="key_name" value="false"/>
Where
key_name
is one of the following:To disable the Office Mail App for computers:
OMAEnabledOnDesktop
.To disable the Office Mail App for tablets:
OMAEnabledOnTablet
.To disable the Office Mail App for phones:
OMAEnabledOnPhone
.
- Save and close
web.config
. - If necessary, copy the edited
web.config
file back to the\WebApp
folder.