The CAddressBasic type exposes the following members.

Properties

  NameDescription
Address1
Gets or sets the first line of the physical address.
Address2
Gets or sets the second line of the physical address.
Address3
Gets or sets the third line of the physical address.
AddressFormatCode
Gets or sets a reference to the address format to use when creating the FormattedAddress out of the various physical address components.
Barcode
Gets the US Postal Service Barcode representation of the address's ZIP or ZIP+4
CarrierRoute
Gets or sets the carrier route data used by the USPS to sort mail.
City
Gets or sets the city (town, village, etc.) of the physical address.
Country
Gets or sets the name of the Country where the physical or non-physical address is located.
County
Gets or sets the county in which the physical address is located.
DeliveryPointBarcode
Gets or sets the machine readable representation of an 11 digit ZIP code used by the USPS to sort mail.
Directions
Gets or sets driving/delivery directions to the physical address.
EditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Errors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
ErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
FormattedAddress
Gets or sets the full, formatted physical address.
MailCode
Gets or sets the Mail Code associated with this address, for sorting in large mailings.
PostalCode
Gets or sets the postal code (zip code, post code) associated with the physical address.
StateProvince
Gets or sets the State, Province, or equivelent in which the physical address is located.
ValidateLongAddressLines
Gets or sets an indication of whether address lines should be validated to a longer or shorter length.

See Also