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

[VB.NET]
Public Property NonDeliveryOption As UspsshipintlNonDeliveryOptions

[C#]
public UspsshipintlNonDeliveryOptions NonDeliveryOption {get; set;}

enum UspsshipintlNonDeliveryOptions { ndoReturn, ndoRedirect, ndoAbandon }

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 PackagingType indicates a Flat Rate envelope is being used.

Default Value

0

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