Skip to main content
Skip table of contents

ibihelpme_NeedsOutlookNotRunningWarning

Signatur

ibihelpme_NeedsOutlookNotRunningWarning(): boolean

BeschreibungGibt an, ob eine Warnung angezeigt werden soll, wenn Microsoft Outlook gerade nicht ausgeführt wird
Verfügbar ab API-Version1.0.0

Parameter

Keine Parameter erforderlich

Rückgabewert

boolean

Gibt true zurück, wenn Microsoft Outlook gerade nicht ausgeführt wird und eine entsprechende Warnung angezeigt werden soll

Beispiel

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.