Skip to main content
Skip table of contents

ibihelpme_NeedsOutlookNotRunningWarning

Signature

ibihelpme_NeedsOutlookNotRunningWarning(): boolean

DescriptionSpecifies if a warning should be displayed when Microsoft Outlook is currently not running
Available from API version1.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

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

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.