IBI-helpMe

SupportCase.MAPI.ShowOutlookNotRunningWarning

Description

Specifies if a warning should be displayed in MAPI mode when Outlook is the default e-mail client and is not executed when a support case is created.

Allowed values

Value

Description

True[Standard]

Warning is displayed

False

Warning is not displayed

XML
<configuration version="1.2.0">
  <applicationSettings>

	...

	<!-- General settings -->
	<generalSettings>

		<!-- Specifies if a warning should be displayed in MAPI mode when Outlook is the default e-mail client and is not executed when a support case is created -->
		<setting key="SupportCase.MAPI.ShowOutlookNotRunningWarning" value="True" />
	
	</generalSettings>

	...

  </applicationSettings>
</configuration>