AddressProperty Properties

Properties

AddressTypes This property is used to set or get the address type flags
CharacterSet This is used to set or get the character set used for the value
(Inherited from BaseProperty)
Country This property is used to set or get the country
CustomParameters This property is used to set or get a string containing custom parameters that are not part of the specification. These are usually prefixed with "X-" to indicate an extension.
(Inherited from BaseProperty)
DefaultValueLocation This read-only property defines the default value type as TEXT
(Overrides BaseProperty.DefaultValueLocation)
EncodedValue This property is overridden to handle parsing the address components and concatenating them when requested.
(Overrides BaseProperty.EncodedValue)
EncodingMethod Set or get the encoding method for this property's value as a value in the EncodingType enumeration.
(Inherited from BaseProperty)
EncodingString Set or get the encoding method for this property's value as a string
(Inherited from BaseProperty)
ExtendedAddress This property is used to set or get the extended address
Geo This property is used to get or set the geocoded location
Group The group to which this property belongs
(Inherited from BaseProperty)
Label This property is used to get or set the label (the address in a format suitable for printing as an address label.
Language This is used to set or get the language used for the value
(Inherited from BaseProperty)
Locality This property is used to set or get the locality (i.e. city)
POBox This property is used to set or get the PO Box
PostalCode This property is used to set or get the postal (zip) code
PreferredOrder This property is used to get or set the preferred order (vCard 4.0 only)
PropertyId This is used to get or set the property ID for the value
(Inherited from BaseProperty)
Region This property is used to set or get the region (i.e. state or province)
StreetAddress This property is used to set or get the street address
Tag This read-only property defines the tag (ADR)
(Overrides BaseProperty.Tag)
TimeZone This property is used to get or set the time zone associated with the address
Value This property is overridden to handle parsing the address components and concatenating them when requested.
(Overrides BaseProperty.Value)
ValueLocation The value (data) type or location of this property's value
(Inherited from BaseProperty)
Version This is overridden to enforce the correct encoding type when the version changes
(Inherited from BaseProperty)
VersionsSupported This is used to establish the specification versions supported by the PDI object
(Overrides PDIObject.VersionsSupported)

See Also