Address Constructor (String, String, String, String, String, String, String, String,  Byte , String, Boolean)ConfirmDelivery Inc API Documentation
Initializes a complete Address, performing Address Standardization if indicated.

Namespace: MAILPiece
Assembly: MAILPiece (in MAILPiece.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Public Sub New ( _
	companyName As String, _
	name As String, _
	address2 As String, _
	address1 As String, _
	city As String, _
	state As String, _
	zip5 As String, _
	zip4 As String, _
	logo As Byte(), _
	entryPointZIP5 As String, _
	standardizeAddress As Boolean _
)
Remarks

See Also