Gets or sets the machine readable representation of an 11 digit ZIP code used by the USPS to sort mail.

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

Syntax

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

Field Value

Normally only set by 3rd party address verification apps, like Accumail.

Remarks

This value is often printed on mass mailings. Setting this value will cause Barcode to be recalculated.

See Also