Using CVPConfigurationTool from the Command Line

Individual users can configure settings for ContentStore Email Viewer from Outlook (see ContentStore Email Viewer Settings). To change ContentStore Email Viewer settings for all of the users in your environment, use CVPConfigurationTool.

  • Parameter names are case sensitive.

  • If you want to add values that contain a space, you must enclose the value in escaped quotation marks, \"value\".

    For example, the command to change the location of the Cache Directory to C:\my data\cache folder is:

    CVPConfigurationTool -setconfig "-CacheDir "C:\my data\cache folder\""

Procedure

  • On the command line, go to CVArchiverAddin (the installation directory for Outlook Add-In with ContentStore Email Viewer) and type the following command:

    CVPConfigurationTool -setconfig "-<parameter_name A> <new_value A> <parameter_name B> <new_value B>..."

    where:

    • parameter_name is the name of the parameter that you want to change

    • new_value is the value for the parameter that you want to change

    See ContentStore Email Viewer Parameters for parameter names and values.

ContentStore Email Viewer Parameters

The following table contains the list of ContentStore Email Viewer settings (Setting Name), their corresponding parameter name (Parameter Name) for the CVPConfigurationTool, and their possible values:

ContentStore Email Viewer Settings

Setting Name

Parameter Name

Values

Display Name

The name displayed in Microsoft Outlook

name

Any user-defined name, for example, "Archived Emails". The default value is ContentStore.

General Settings tab

Use Local Cache Mode

EnableCaching

True or False

Show only archived emails

ShowStubsOnly

True or False

Show mails from delegate mailbox

ShowDelegatedEmail

True or False

Synchronize every <n> minutes

SyncUpInterval

1 to 60

Proxy Server

Proxyserver

URL of Proxy Server

Web Console

Webconsole

URL of Web Console

Offline Mode tab

Sync only when connected to internal network

SyncOnlyInInternalNetwork

True or False

How many items to keep in the cache

RetentionPeriodInMonths

  • 0 = All of the data

  • 3 = Last 3 Months

  • 6 = Last 6 Months

  • 12 = Last 12 Months

How many folders to show

MaxOfflineFoldersCount

Any integer

Stop sync when free space reaches <n>%

FreeSpaceRatio

1%-100%

Cache Directory

CacheDir

  • Full path to the directory

  • Path cannot contain special characters

Online Mode tab

Max number of items in each folder

MailsPerFolder

Any integer

Max number of search results

SearchMailCount

Any integer

Default Search Language

SearchingLanguage

  • ENGLISH

  • CHINESE SIMPLIFIED

  • CHINESE TRADITIONAL

  • JAPANESE

  • KOREAN

Loading...