Skip to main content
Skip table of contents

ibihelpme_DeliveryTypeChangedEvent

Signature
ibihelpme_DeliveryTypeChangedEvent: (type: string) => void
DescriptionIs called when the set transmission mode changes
Available from API version1.0.0

Parameter

NameTypeDescription
typestring

Includes the new transmission mode.

Possible values: see Transmission mode

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.