Configuration Settings - Contributor
Administrators can configure a number of settings at install- or post-install time. Many settings can be configured during the install process by configuring the MSI installer, or post-install by pushing out settings to the registry. Colligo Contributor Registry settings may be stored under HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER. Values under HKEY_LOCAL_MACHINE take precedence. Values are stored in:
- HKEY_LOCAL_MACHINE\Software\ColligoOfflineClient
- HKEY_LOCAL_MACHINE\Software\Wow6432Node\ColligoOfflineClient (for 64-bit machines)
- HKEY_CURRENT_USER\Software\ColligoOfflineClient
For information about editing the MSI and/or the registry, see the Colligo Contributor Administrator’s Guide
Configure Email Filename Format String Culture
| Title | Configure Email Filename Format String Culture |
| Description | Determines the .NET culture used to interpret the filename format string in MsgFilenameFormat. |
| MSI Property Name | MSG_FILENAME_CULTURE |
| Registry Key | Outlook/MsgFilenameCulture |
| Possible Values | Any of the culture-language names specified here. Note that both a culture and a language must be specified. Specifying a culture only (e.g. “fr”) is not sufficient. |
| Default Value | .NET invariant culture (generic English) |