Documentation

All registry values (required and optional) for the FileCap Outlook add-in are described on this page.

HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE#

All registry values described on this page can be placed in HKEY_CURRENT_USER and/or HKEY_LOCAL_MACHINE.

  • Settings placed in HKEY_LOCAL_MACHINE will be used for all users logged in on the system.
  • Settings placed in HKEY_CURRENT_USER only apply to a specific user. These values override the HKEY_LOCAL_MACHINE values.

Default registry locations#

By default, all registry values are written to:

HKEY_LOCAL_MACHINE\SOFTWARE\FileCap or HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\FileCap depending on whether a 32- or 64-bit Windows version is installed.

The HKEY_CURRENT_USER locations are:

HKEY_CURRENT_USER\Software\FileCap or HKEY_CURRENT_USER\Software\WOW6432Node\FileCap

#

Required registry values per installation#

API settings#

An API key is required to communicate with the FileCap server. By default, the installation will place it in HKEY_LOCAL_MACHINE.

NameTypeValue
APIKeyREG_SZXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ServerREG_SZfilecap.klant.nl

Optional registry values#

The following registry values are optional.

#

Language#

This optional registry value makes it possible to display the FileCap Outlook add-in in a specific language. If this value is not specified, the system language will be used. If the system language is not supported, it falls back to English.

The following options are currently supported:

LanguageTypeValue
DutchREG_SZnl
EnglishREG_SZen
System languageREG_SZsystem

#

Sending when the FileCap server is unreachable#

If this registry value is used, it becomes possible to send emails even when the FileCap server is unreachable. ****

Warning: This option can cause data leaks to occur.

NameTypeValueDescription
AllowFailedConnectionREG_SZfalseSending email is not possible when the FileCap server is unreachable. Note This is the default value if this registry value is not set.
AllowFailedConnectionREG_SZtrueSending email is possible even when the FileCap server is unreachable.