The CAddressTransport type exposes the following members.

Constructors

  NameDescription
CAddressTransport
This constructor should not be used by external applications. It is for use by the serializer. Use one of the others.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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.
AddressNumber
The Key to the Address record. This value is generated and should not normally be changed.
AddressPurpose
The purpose/name/type of the address. For example, "Home", "Work", "Vacation", etc. Must be one of those defined in iMIS. See AddressPurposes NOTE: To change the Purpose of the main adress (the one pointed to by CContact.AddressNum1), create a new address, set its purpose to MainAddressPrompt (which removes the original CAddress from CContact.AddressNum1) and then change the purpose of the original CAddress
BadAddressReasonCode
If set to anything other than the empty string, it means the address is "bad". The value indicates what is wrong with the address. A list of possible values can be found in BadAddressReasons.
BadAddressReasonDescription
The description that goes along with the BadAddressReasonCode if it is set.
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.
ContactId
The ContactId of the Contact associated with this 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.
EmailAddress
The email address associated with the address. For example, a home email address would be on the "Home" address while a work email address would be on the "Work" address.
Fax
The Fax (Facimile) telephone number associated with the address.
FormattedAddress
Gets or sets the full, formatted physical address.
InstituteName
The Institute/Company Name associated with this address, if any.
IsPreferredBill
Indicates whether or not this is the Contact's preferred billing address (address at which he/she/it wishes to receive bills). NOTE: PreferredBill can only be set to true. When one is set to true, all others are set to false.
IsPreferredMail
Indicates whether or not this is the Contact's preferred mailing address (address at which he/she/it wishes to receive mail). NOTE: PreferredMail can only be set to true. When one is set to true, all others are set to false.
LastQASBatchDateTime
Gets or sets the date and time of the last QAS address verification run that successfully verified this address.
LastVerifiedOn
The date and time that the address was last verified (normally via a 3rd party tool like Accumail)
LocalGovernmentDistrict1
The local government district in which this physical address is located. For example, in the US this would represent the State Senate District. This property is normally set by a 3rd party address verification app like Accumail.
LocalGovernmentDistrict2
A second local government district in which this physical address is located. For example, in the US this would represent the State House District. This property is normally set by a 3rd party address verification app like Accumail.
MailCode
Gets or sets the Mail Code associated with this address, for sorting in large mailings.
NationalGovernmentDistrict
The National government district in which this physical address is located. For example, in the US this would represent the US Congressional District. This property is normally set by a 3rd party address verification app like Accumail.
Note
Any notes (free form text) associated with this address
Phone
The Telephone number associated with this address
PostalCode
Gets or sets the postal code (zip code, post code) associated with the physical address.
SkipAutoVerifyFlag
Gets or sets an indicator of whether or not this address should be skipped during verification by 3rd party address verification tools.
StateProvince
Gets or sets the State, Province, or equivelent in which the physical address is located.
TollFree
The Toll Free telephone number associated with the address
UpdatedOn
The date and time that the address was last updated

See Also