Click or drag to resize

IAddress4 Interface

IT Hit WebDAV Classes Reference
Represents business card 4.0 address.

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface IAddress4 : IProperty, 
	ITypedProperty<AddressType>, ILanguage, ICardMultiProperty, ICardMultiProperty4, 
	IAddress

The IAddress4 type exposes the following members.

Properties
  NameDescription
Public propertyAltId
Gets and sets the tag that marks the property as an alternative representation of the same logical property.
(Inherited from ICardMultiProperty4.)
Public propertyAppartmentNumber Obsolete.
Extended address (e.g., apartment or suite number).
(Inherited from IAddress.)
Public propertyContainer
Parent component for this instance.
(Inherited from IProperty.)
Public propertyCode exampleCountry
Country name.
(Inherited from IAddress.)
Public propertyCode exampleGeo
Used to indicate global positioning information that is specific to an address.
Public propertyIsPrefered
Indicates if this property is preferred.
(Inherited from ICardMultiProperty.)
Public propertyCode exampleLabel
Represents a delivery address label for the address.
Public propertyLanguage
Gets or sets language.
(Inherited from ILanguage.)
Public propertyCode exampleLocality
Locality (e.g., city).
(Inherited from IAddress.)
Public propertyPoBox Obsolete.
Post office box.
(Inherited from IAddress.)
Public propertyCode examplePostalCode
Postal code.
(Inherited from IAddress.)
Public propertyPreferenceLevel
Represents the level of property preference.
(Inherited from ICardMultiProperty4.)
Public propertyPropertyId
Identifies a specific property among multiple instances.
(Inherited from ICardMultiProperty4.)
Public propertyRawProperty
Provides low-level access to business card or calendar property.
(Inherited from IProperty.)
Public propertyCode exampleRegion
Region (e.g., state or province).
(Inherited from IAddress.)
Public propertyCode exampleStreet
Street address.
(Inherited from IAddress.)
Public propertyTimeZone
Used to indicate time zone information that is specific to an address.
Public propertyTypes
Property types, such as home, work, cell, etc.
(Inherited from ITypedPropertyT.)
Top
Methods
  NameDescription
Public methodRemove
Deletes property from calendar or business card.
(Inherited from IProperty.)
Public methodSetAddress(String, String, String, String, String, AddressType)
Sets address.
(Inherited from IAddress.)
Public methodSetAddress(String, String, String, String, String, String, String, AddressType)
Sets all possible componenets of address.
(Inherited from IAddress.)
Top
See Also