Skip to main content
Skip table of contents

ibihelpme_GetCurrentDeliveryType

Signature
ibihelpme_GetCurrentDeliveryType(): string
DescriptionReturns the currently selected delivery type
Available from API version1.0.0

Parameter

No parameters required

Return value

string

Currently selected delivery type. Available types: "MAPI", "SMTP", "ServiceNow", "Jira"

Example

JS
var deliveryType = window.external.ibihelpme_GetCurrentDeliveryType();
 
if(deliveryType === 'MAPI')
	checkOutlookStatus();
JavaScript errors detected

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

If this problem persists, please contact our support.