CSOCurrent en:Structure of the file CS4OutlookAdminConfig.xml

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
Working with XML files
Please familiarize yourself with the fundamentals of XML files before you start to edit the CS4OultookAdminConfig.xml. Furthermore, the use of an advanced editor that has an appropriate representation and syntax checking is recommended for editing the file (eg. Notepad ++, PSPad, or other).

Main Nodes and Sub Nodes

The file consist of a main node for each e-mail address for which configuration data is stored in the file. Within every main node there is a sub node for each setting that can be influenced. Every node starts with the tag <Item> and ends with the tag </item> on the same level.

Sub Node

Values within each Settings Node

Name of the setting that can be influenced.

5013909.png

When the Cryptshare for Outlook Add-In is started the first time, all values are initialised with hard-coded values which will be overwritten by the server settings on first contact with the server.

The variable <IsInitialValue> defines, if the value of this setting is a value that has been created during initialisation of the add-in (true)-

If <IsInitialValue> is set to "true", the values <Restriction> and <Value> of this next time the add-in contacts the Cryptshare server. At the same time, <IsInitialValue> will be set to "false".

This happens in any case, no matter if the server setting Allow Configuration Using Local File is active or inactive.

5013910.png

The variable <Restriction> defines if the user can see and edit the corresponding field in the Tab "Add-In Settings" in the User Interface. The following options are available:

Value Effect
Editable The user can see and edit the setting.

Values with the restriction "Editable" will not be overwritten by server values, no matter if the server setting Allow Configuration Using Local File is active or inactive as they are intended to be managed locally.

Read-Only The user can see the at every contact with the server.
Invisible The user can neither see nor modify the at every contact with the server.

5013911.png

The variable <Type> defines, which kind of value may be used for the variable <Value>. Please refer to the information concerning the respective setting to see which values can be used.

Value Meaning
Integer Whole number
Boolean "true" or "false"
String Sequence of characters

5013912.png

The variable <Value> contains the value for the setting. Details can be found in the section Variables of the file CS4OutlookAdminConfig.xml or in the description of all available Add-In Settings.

5013913.png