SOAddress Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The SOAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Address1 | Address line 1
Addressline 1 is used both in postal and street address for the contact (Inherited from IAddress.) |
![]() ![]() | Address2 | Address line 2
Addressline 2 is used both in postal and street addresses for the contact (Inherited from IAddress.) |
![]() ![]() | Address3 | Address line 3
Addressline 3 is used both in postal and street addresses for the contact (Inherited from IAddress.) |
![]() ![]() | AddressId | AddressId - primary key of the address record.
The internal ID for the street address or postal address. This example focuses on street address (Inherited from IAddress.) |
![]() ![]() | City | City
The contact or contact persons city, e.g. Oslo (Inherited from IAddress.) |
![]() ![]() | CountryId | The Country id of the address owner (the contact or person object)
The contact or contact persons internal country id. By using the OLE DB Provider, all the properties of the country table are available (Inherited from IAddress.) |
![]() ![]() | County | County
Address county (note: this is not country) (Inherited from IAddress.) |
![]() ![]() | FormattedAddress | Returns the Address as a formatted string, according to the address layout for the country.
(Inherited from IAddress.)Returns the given address in a single string, formatted according to the national rules. Useful when generating address labels. Does not substitute the default contact address if the address is blank. If the address is empty, then the FormattedAddress is also empty. Use SOContact.FormattedAddress or SOPerson.FormattedAddress instead. The formatting is specified in the Addressformat table |
![]() ![]() | State | State abbrev
The state the contact is in (Inherited from IAddress.) |
![]() ![]() | Type | Address Type (1=postal, 2=street, 3=personal)
The type of address: postal or street address. See database manual for an updated list of type codes (Inherited from IAddress.) |
![]() ![]() | TypeIdx | TypeIdx - Address Type (1=postal, 2=street, 3=personal)
The type of address: postal or street address. See database manual for an updated list of type codes
The type of address - is it a contact or person address, postal or street address. See database manual for an updated list of type codes (Inherited from IAddress.) |
![]() ![]() | ValidFrom | The address is valid from this date (Inherited from IAddress.) |
![]() ![]() | ValidTo | The address is valid to this date (Inherited from IAddress.) |
![]() ![]() | ZipCode | ZipCode or postal code
ZIP or postal code of the address (Inherited from IAddress.) |