Click or drag to resize

AddressType Class

IT Hit WebDAV Classes Reference
Business card delivery address type such as domestic, postal, etc.
Inheritance Hierarchy
SystemObject
  ITHit.CollabExtendibleEnum
    ITHit.Collab.CardAddressType

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public class AddressType : ExtendibleEnum

The AddressType type exposes the following members.

Constructors
  NameDescription
Public methodAddressType
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberDomestic
Indicates a domestic address. Valid for addresses in business card v2.1 and v3.0 only. String value is "DOM", integer value is 4.
Public propertyStatic memberHome
Indicates a home delivery address. String value is "HOME", integer value is 1.
Public propertyStatic memberInternational
Indicates an international address. Valid for addresses in business card v2.1 and v3.0 only. String value is "INTL", integer value is 8.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberParcel
Indicates a parcel delivery address. Valid for addresses in business card v2.1 and v3.0 only. String value is "PARCEL", integer value is 32.
Public propertyStatic memberPostal
Indicates a postal delivery address. Valid for addresses in business card v2.1 and v3.0 only. String value is "POSTAL", integer value is 16.
Public propertyStatic memberWork
Indicates a work delivery address. String value is "WORK", integer value is 2.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ExtendibleEnum.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts this object to its string representation.
(Inherited from ExtendibleEnum.)
Top
Remarks
Below is the table of address types supported in various business card versions:
vCard ver: 2.1  3.0  4.0
HOME        X    X    X
WORK        X    X    X
DOM         X    X    -
INTL        X    X    -
POSTAL      X    X    -
PARCEL      X    X    -
See Also