Skip to main content
Skip table of contents

ibihelpme_NeedsOutlookNotRunningWarningChangedEvent

Signature
ibihelpme_NeedsOutlookNotRunningWarningChangedEvent: (value: boolean) => void
DescriptionIs called when a warning alert that Microsoft Outlook is not running is shown/should no longer be shown
Available from API version1.0.0

Parameter

NameTypeDescription
valueboolean

Is true when the warning should be shown, false if it should not be shown

Return value

No return value

Example

JS
window.ibihelpme_NeedsOutlookNotRunningWarningChangedEvent = function(showWarning)
{
	if(showWarning)
		showOutlookNotRunningWarning();
	else
		hideOutlookNotRunningWarning();
}
JavaScript errors detected

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

If this problem persists, please contact our support.