Gets or sets the carrier route data used by the USPS to sort mail.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string CarrierRoute { get; set; }
Visual Basic (Declaration)
Public Property CarrierRoute As String
Visual C++
public:
property String^ CarrierRoute {
	String^ get ();
	void set (String^ value);
}

Field Value

This value is normally only set by a 3rd party address verification app like Accumail.

Remarks

Usually used for mass mailings to get discounts for the mailer.

See Also