A welcome screen dialog is displayed when a user launches Outlook for the first time after installation. This dialog presents a series of information on how to use OnePlaceMail.
The <showStartupDialog> tag must be inserted within opening and closing <outlook> tags.
The following 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 |
value |
Mandatory |
This setting determines if the Getting Started is shown. The default setting is true Valid values: "true" or "false" |
<?xml version="1.0" encoding="UTF-8"?> <configuration> <outlook> <showStartupDialog action="delete"/> <showStartupDialog value="false" action="insert"/> </outlook> </configuration>