Click or drag to resize

IAddress Interface

Addresses can be street, postal or private.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface IAddress

The IAddress type exposes the following members.

Properties
  NameDescription
Public propertyAddress1
Address line 1
Public propertyAddress2
Address line 2
Public propertyAddress3
Address line 3
Public propertyAddressId
AddressId - primary key of the address record.
Public propertyCity
City
Public propertyCountryId
The Country id of the address owner (the contact or person object)
Public propertyCounty
County
Public propertyFormattedAddress
Returns the Address as a formatted string, according to the address layout for the country.
Public propertyState
State abbrev
Public propertyType
Address Type (1=postal, 2=street, 3=personal)
Public propertyTypeIdx
TypeIdx - Address Type (1=postal, 2=street, 3=personal)
Public propertyValidFrom
The address is valid from this date
Public propertyValidTo
The address is valid to this date
Public propertyZipCode
ZipCode or postal code
Top
See Also