Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

NonDeliveryOption Property

Indicates what to do with the package in case it is undeliverable.

Syntax

__property TibxUSPSShipIntlNonDeliveryOptions NonDeliveryOption = {read=FNonDeliveryOption, write=FSetNonDeliveryOption, default=0};



enum TibxUSPSShipIntlNonDeliveryOptions { ndoReturn=0, ndoRedirect=1, ndoAbandon=2 };

Default Value

0

Remarks

In case the package is undeliverable, the package may be returned, redirected, or abandoned. NonDeliveryOption should be set to ndoReturn in order for the package to be returned to the sender's address.

However, if NonDeliveryOption is set to ndoRedirect, the package will be redirected to the address specified in the following configuration settings:

AltReturnAddress1, AltReturnAddress2, AltReturnAddress3, AltReturnAddress4, AltReturnAddress5, AltReturnAddress6, AltReturnCountry.

This property is not applicable for International First Class mail, and will be ignored for International Priority and Express mail when the PackageType indicates a Flat Rate envelope is being used.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0