The VCard class represents a single vCard. The VCardCollection can contain multiple vCards.
PDI Tag | Component Property | EWSoftware PDI Class | Data Value Property | Notes |
---|---|---|---|---|
BEGIN:VCARD |
| VCard and VCardCollection |
|
|
ADR | AddressTypes, Country, ExtendedAddress, Locality, POBox, PostalCode, Region, and StreetAddress |
| ||
AGENT | VCard if the value location is inline or Value if the value location is a URI. | If the value location is inline, this property actually represents a nested vCard. There can be more than one. | ||
ANNIVERSARY | vCard 4.0 only. | |||
BDAY |
| |||
CATEGORIES | vCard 3.0 and 4.0 only. | |||
CLASS | vCard 3.0 only. | |||
CLIENTPIDMAP | vCard 4.0 only. | |||
EMailTypes and Value |
| |||
FN |
| |||
GENDER | Sex and GenderIdentity | vCard 4.0 only. | ||
GEO |
| |||
KEY | KeyType, GetKeyBytes, SetKeyBytes, and Value | If the value location is inline, the data value is a binary encoded string representing the key. If not inline, the Value property refers to something like a URI where the key can be found. | ||
KIND | vCard 4.0 only. | |||
LABEL | AddressTypes and Value |
| ||
LOGO | ImageType, GetImageBytes, SetImageBytes, and Value | If the value location is inline, the data value is a binary encoded string representing the image. If not inline, the Value property refers to something like a URI where the image can be found. | ||
MAILER |
| |||
MEMBER | vCard 4.0 only. | |||
N | AdditionalNames, FamilyName, FormattedName, GivenName, NamePrefix, NameSuffix, and SortableName |
| ||
NAME | vCard 3.0 only. | |||
NICKNAME | vCard 3.0 and 4.0 only. | |||
NOTE |
| |||
ORG | Name, Units, and UnitsString |
| ||
PHOTO | ImageType, GetImageBytes, SetImageBytes, and Value | If the value location is inline, the data value is a binary encoded string representing the image. If not inline, the Value property refers to something like a URI where the image can be found. | ||
PRODID | KeywordDescription, ProductLanguage, OwnerName, and IsRegistered | vCard 3.0 and 4.0 only. | ||
PROFILE:VCARD |
|
| vCard 3.0 and 4.0 only. | |
RELATED | vCard 4.0 only. | |||
REV |
| |||
ROLE |
| |||
SORT-STRING | vCard 3.0 only. | |||
SOUND | SoundType, GetSoundBytes, SetSoundBytes, and Value | If the value location is inline, the data value is a binary encoded string representing the sound. If not inline, the Value property refers to something like a URI where the sound can be found. | ||
SOURCE | vCard 3.0 and 4.0 only. | |||
TEL | PhoneTypes and Value |
| ||
TITLE |
| |||
TZ | TimeSpanValue and Value |
| ||
UID |
| |||
URL |
| |||
VERSION |
| Version will be vCard21, vCard30, or vCard40. | ||
X-??? | CustomName and Value | This property class represents custom or extended properties that are not part of the specification. | ||
END:VCARD |
| VCard and VCardCollection |
|
|