Click or drag to resize

IAddress Interface

IT Hit WebDAV Classes Reference
Represents business card address.

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

The IAddress type exposes the following members.

Properties
  NameDescription
Public propertyAppartmentNumber Obsolete.
Extended address (e.g., apartment or suite number).
Public propertyContainer
Parent component for this instance.
(Inherited from IProperty.)
Public propertyCode exampleCountry
Country name.
Public propertyIsPrefered
Indicates if this property is preferred.
(Inherited from ICardMultiProperty.)
Public propertyCode exampleLocality
Locality (e.g., city).
Public propertyPoBox Obsolete.
Post office box.
Public propertyCode examplePostalCode
Postal code.
Public propertyRawProperty
Provides low-level access to business card or calendar property.
(Inherited from IProperty.)
Public propertyCode exampleRegion
Region (e.g., state or province).
Public propertyCode exampleStreet
Street 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.
Public methodSetAddress(String, String, String, String, String, String, String, AddressType)
Sets all possible componenets of address.
Top
Remarks
Each component of the address can have multiple values. For example "street" component with multiple lines.
See Also