ibihelpme_NeedsOutlookNotRunningWarning
| Signature | 
 | 
|---|---|
| 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
| 
 | 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!');