Skip to main content
Skip table of contents

ibihelpme_DeliveryTypeChangedEvent

Signature
ibihelpme_DeliveryTypeChangedEvent: (type: string) => void
DescriptionIs called when the set delivery type has changed
Available from API version1.0.0

Parameter

NameTypeDescription
typestring

Includes the new delivery type.

Return value

No return value

Example

JS
window.ibihelpme_DeliveryTypeChangedEvent = function(type)
{
	if(type === 'MAPI')
		setupMapiUi();
	else
		setupDefaultUi();
}
JavaScript errors detected

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

If this problem persists, please contact our support.