The CAddressBasic type exposes the following members.

Properties

  NameDescription
Public propertyAddress1
Gets or sets the first line of the physical address.
Public propertyAddress2
Gets or sets the second line of the physical address.
Public propertyAddress3
Gets or sets the third line of the physical address.
Public propertyAddressFormatCode
Gets or sets a reference to the address format to use when creating the FormattedAddress out of the various physical address components.
Public propertyBarcode
Gets the US Postal Service Barcode representation of the address's ZIP or ZIP+4
Public propertyCarrierRoute
Gets or sets the carrier route data used by the USPS to sort mail.
Public propertyCity
Gets or sets the city (town, village, etc.) of the physical address.
Public propertyCountry
Gets or sets the name of the Country where the physical or non-physical address is located.
Public propertyCounty
Gets or sets the county in which the physical address is located.
Public propertyDeliveryPointBarcode
Gets or sets the machine readable representation of an 11 digit ZIP code used by the USPS to sort mail.
Public propertyDirections
Gets or sets driving/delivery directions to the physical address.
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Public propertyFormattedAddress
Gets or sets the full, formatted physical address.
Public propertyMailCode
Gets or sets the Mail Code associated with this address, for sorting in large mailings.
Public propertyPostalCode
Gets or sets the postal code (zip code, post code) associated with the physical address.
Public propertyStateProvince
Gets or sets the State, Province, or equivelent in which the physical address is located.
Public propertyValidateLongAddressLines
Gets or sets an indication of whether address lines should be validated to a longer or shorter length.

See Also