This setting is used to determine the default style for viewing SharePoint content within Outlook.
The user is able to change between SharePoint and Outlook style using buttons on the Outlook ribbon menu.
Therefore if you are wanting to enforce users only access SharePoint through a single style this setting is best used in combination with hiding the ribbon button that allows the user to change styles.
Property |
Mandatory / Optional |
Description |
action |
Mandatory |
Set to "insert" to change the default behavior |
value |
Mandatory |
Valid values: |
<?xml version="1.0" encoding="UTF-8"?> <configuration> <userinfo> <outlookFolderCurrentViewStyle action="delete"/> <outlookFolderCurrentViewStyle action="insert" value="SharePoint"/> </userinfo> </configuration>