On this page: Related pages:
Parameter
Name | Type | Description |
---|---|---|
type | string | Includes the new delivery type. |
Return value
No return value
Example
window.ibihelpme_DeliveryTypeChangedEvent = function(type) { if(type === 'MAPI') setupMapiUi(); else setupDefaultUi(); }