Provides a set of classes to create and parse items in vCard format.
Classes
Class | Description | |
---|---|---|
vCard |
A vCard object for exchanging personal contact information.
| |
vCardCertificate |
A certificate attached to a vCard.
| |
vCardCertificateCollection |
A collection of vCardCertificate objects.
| |
vCardCollection |
A generic collection of vCard objects.
| |
vCardDeliveryAddress |
A postal address.
| |
vCardDeliveryAddressCollection |
A collection of vCardDeliveryAddress objects.
| |
vCardDeliveryLabel |
A formatted delivery label.
| |
vCardDeliveryLabelCollection |
A collection of vCardDeliveryLabel objects.
| |
vCardEmailAddress |
An email address in a vCard.
| |
vCardEmailAddressCollection |
A collection of vCardEmailAddress objects.
| |
vCardException |
Base class for vCard-specific exceptions.
| |
vCardNote |
A note or comment in a vCard.
| |
vCardNoteCollection |
A collection of vCardNote objects.
| |
vCardPhone |
Telephone information for a vCard.
| |
vCardPhoneCollection |
A generic collection vCardPhone objects.
| |
vCardPhoto |
A photo embedded in a vCard.
| |
vCardPhotoCollection |
A collection of vCardPhoto objects.
| |
vCardProperty |
A property of a vCard.
| |
vCardPropertyCollection |
A generic collection of vCardProperty objects.
| |
vCardReader |
An abstract reader for vCard and vCard-like file formats.
| |
vCardSource |
A source of directory information for a vCard.
| |
vCardSourceCollection |
A collection of vCardSource objects.
| |
vCardStandardReader |
Reads a vCard written in the standard 2.0 or 3.0 text formats.
This is the primary (standard) vCard format used by most
applications.
| |
vCardStandardWriter |
Implements the standard vCard 2.1 and 3.0 text formats.
| |
vCardSubproperty |
A subproperty of a vCard property.
| |
vCardSubpropertyCollection |
A collection of vCardSubproperty objects.
| |
vCardValueCollection |
A collection of string values.
| |
vCardWebsite |
A web site defined in a vCard.
| |
vCardWebsiteCollection |
A collection of vCardWebsite objects.
| |
vCardWriter |
Base class for vCard generators.
|
Enumerations
Enumeration | Description | |
---|---|---|
vCardAccessClassification |
The access classification of a vCard.
| |
vCardDeliveryAddressTypes |
The type of a delivery address.
| |
vCardEmailAddressType |
Identifies the type of email address in a vCard.
| |
vCardEncoding |
The encoding used to store a vCard property value in text format.
| |
vCardFormat |
Identifies different vCard formats.
| |
vCardGender |
The gender (male or female) of the contact.
| |
vCardPhoneTypes |
Identifies different phone types (e.g. Fax, BBS, etc).
| |
vCardPhoto..::..PhotoImageFormat | ||
vCardStandardWriterOptions |
Extended options for the vCardStandardWriter class.
| |
vCardWebsiteTypes |
The type or classification of a web site.
|