IBI-helpMe

ibihelpme_NeedsOutlookNotRunningWarning

Signature

ibihelpme_NeedsOutlookNotRunningWarning(): boolean

Description

Specifies if a warning should be displayed when Microsoft Outlook is currently not running

Available from API version

1.0.0

Parameter

No parameters required

Return value

boolean

 Returns true if Microsoft Outlook is currently not running and a warning to that effect should be displayed

Example

JavaScript
var showOutlookNotRunningWarning = window.external.ibihelpme_NeedsOutlookNotRunningWarning();
 
if(showOutlookNotRunningWarning)
	alert('Warning: Outlook is not running!');