The vCard type exposes the following members.

Constructors

  NameDescription
Public methodvCard()()()()
Initializes a new instance of the vCard class.
Public methodvCard(array<Byte>[]()[][])
Public methodvCard(TextReader)
Loads a new instance of the vCard class from a text reader.
Public methodvCard(String)
Loads a new instance of the vCard class from a text file.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
Builds a string that represents the vCard.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAccessClassification
The security access classification of the vCard owner (e.g. private).
Public propertyAdditionalNames
Any additional (e.g. middle) names of the person.
Public propertyBirthDate
The birthdate of the person.
Public propertyCategories
Categories of the vCard.
Public propertyCertificates
Public key certificates attached to the vCard.
Public propertyDeliveryAddresses
Delivery addresses associated with the person.
Public propertyDeliveryLabels
Formatted delivery labels.
Public propertyDepartment
The department of the person in the organization.
Public propertyDisplayName
The display name of the vCard.
Public propertyEmailAddresses
A collection of vCardEmailAddress objects for the person.
Public propertyFamilyName
The family (last) name of the person.
Public propertyFormattedName
The formatted name of the person.
Public propertyGender
The gender of the person.
Public propertyGivenName
The given (first) name of the person.
Public propertyLatitude
The latitude of the person in decimal degrees.
Public propertyLongitude
The longitude of the person in decimal degrees.
Public propertyMailer
The mail software used by the person.
Public propertyNamePrefix
The prefix (e.g. "Mr.") of the person.
Public propertyNameSuffix
The suffix (e.g. "Jr.") of the person.
Public propertyNicknames
A collection of nicknames for the person.
Public propertyNotes
A collection of notes or comments.
Public propertyOffice
The office of the person at the organization.
Public propertyOrganization
The organization or company of the person.
Public propertyPhones
A collection of telephone numbers.
Public propertyPhotos
A collection of photographic images embedded or referenced by the vCard.
Public propertyProductId
The name of the product that generated the vCard.
Public propertyRevisionDate
The revision date of the vCard.
Public propertyRole
The role of the person (e.g. Executive).
Public propertySources
Directory sources for the vCard information.
Public propertyTimeZone
A string identifying the time zone of the entity represented by the vCard.
Public propertyTitle
The job title of the person.
Public propertyUniqueId
A value that uniquely identifies the vCard.
Public propertyWebsites
Web sites associated with the person.

See Also