Setting License location

Each client installation needs to be licensed. To configure this via the configuration update process:

 


 

The <license>tag must be inserted within opening and closing <license> tags.

 

The table describes the properties that can be modified:

Property 

 Mandatory / Optional

 Description

action

 Mandatory

Set to "insert" to change the default behavior
Set to "delete" to revert to default behavior 

licenseLocation

 Optional


This is the location of your license list.

enabled

 Optional

This setting allows you to control if users have the ability to
change this feature through the OnePlaceMail Settings >
Licensing tab.

Valid values : "true" or "false" (default is  true) 

 

Example: Set the license location and prevent modification of URL

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <license action="delete" />
    <license action="insert" licenseLocation="http://outlook.sharepoint.com" action="insert" enabled="false"/>
</configuration>