The vCard type exposes the following members.
Constructors
Name | Description | |
---|---|---|
vCard()()()() |
Initializes a new instance of the vCard class.
| |
vCard(array<Byte>[]()[][]) | ||
vCard(TextReader) |
Loads a new instance of the vCard class
from a text reader.
| |
vCard(String) |
Loads a new instance of the vCard class
from a text file.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString |
Builds a string that represents the vCard.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
AccessClassification |
The security access classification of the vCard owner (e.g. private).
| |
AdditionalNames |
Any additional (e.g. middle) names of the person.
| |
BirthDate |
The birthdate of the person.
| |
Categories |
Categories of the vCard.
| |
Certificates |
Public key certificates attached to the vCard.
| |
DeliveryAddresses |
Delivery addresses associated with the person.
| |
DeliveryLabels |
Formatted delivery labels.
| |
Department |
The department of the person in the organization.
| |
DisplayName |
The display name of the vCard.
| |
EmailAddresses |
A collection of vCardEmailAddress objects for the person.
| |
FamilyName |
The family (last) name of the person.
| |
FormattedName |
The formatted name of the person.
| |
Gender |
The gender of the person.
| |
GivenName |
The given (first) name of the person.
| |
Latitude |
The latitude of the person in decimal degrees.
| |
Longitude |
The longitude of the person in decimal degrees.
| |
Mailer |
The mail software used by the person.
| |
NamePrefix |
The prefix (e.g. "Mr.") of the person.
| |
NameSuffix |
The suffix (e.g. "Jr.") of the person.
| |
Nicknames |
A collection of nicknames for the person.
| |
Notes |
A collection of notes or comments.
| |
Office |
The office of the person at the organization.
| |
Organization |
The organization or company of the person.
| |
Phones |
A collection of telephone numbers.
| |
Photos |
A collection of photographic images embedded or
referenced by the vCard.
| |
ProductId |
The name of the product that generated the vCard.
| |
RevisionDate |
The revision date of the vCard.
| |
Role |
The role of the person (e.g. Executive).
| |
Sources |
Directory sources for the vCard information.
| |
TimeZone |
A string identifying the time zone of the entity
represented by the vCard.
| |
Title |
The job title of the person.
| |
UniqueId |
A value that uniquely identifies the vCard.
| |
Websites |
Web sites associated with the person.
|