Package | Description |
---|---|
ezvcard | |
ezvcard.parameter |
Contains classes related to vCard parameters.
|
ezvcard.property |
Contains the DTO class for each property.
|
Modifier and Type | Field and Description |
---|---|
static VCardDataType |
VCardDataType.BINARY
A non-textual value, such as a picture or sound file.
|
static VCardDataType |
VCardDataType.BOOLEAN
A boolean value ("true" or "false").
|
static VCardDataType |
VCardDataType.CONTENT_ID
Refers to a MIME entity within an email.
|
static VCardDataType |
VCardDataType.DATE
A date that does not have a time component (for example, "2015-02-16").
|
static VCardDataType |
VCardDataType.DATE_AND_OR_TIME
Any sort of date/time combination.
|
static VCardDataType |
VCardDataType.DATE_TIME
A date with a time component (for example, "2015-02-16 08:34:00").
|
static VCardDataType |
VCardDataType.FLOAT
A floating-point value (for example, "3.14").
|
static VCardDataType |
VCardDataType.INTEGER
An integer value (for example, "42").
|
static VCardDataType |
VCardDataType.LANGUAGE_TAG
A standardized abbreviation for a language (for example, "en-us" for
American English).
|
static VCardDataType |
VCardDataType.TIME
A time that does not have a date component (for example, "08:34:00").
|
static VCardDataType |
VCardDataType.TIMESTAMP
A specific moment in time.
|
static VCardDataType |
VCardDataType.URI
A uniform resource identifier (for example,
"http://www.example.com/image.jpg").
|
static VCardDataType |
VCardDataType.URL
A uniform resource locator (for example,
"http://www.example.com/image.jpg").
|
static VCardDataType |
VCardDataType.UTC_OFFSET
An offset from UTC time, in hours and minutes (for example, "-0500").
|
Modifier and Type | Field and Description |
---|---|
static Encoding |
Encoding._7BIT |
static Encoding |
Encoding._8BIT |
static EmailType |
EmailType.AOL |
static EmailType |
EmailType.APPLELINK |
static EmailType |
EmailType.ATTMAIL |
static Encoding |
Encoding.B |
static Encoding |
Encoding.BASE64 |
static TelephoneType |
TelephoneType.BBS |
static TelephoneType |
TelephoneType.CAR |
static EmailType |
EmailType.CIS |
static AddressType |
AddressType.DOM |
static EmailType |
EmailType.EWORLD |
static EmailType |
EmailType.HOME |
static EmailType |
EmailType.IBMMAIL |
static EmailType |
EmailType.INTERNET |
static AddressType |
AddressType.INTL |
static TelephoneType |
TelephoneType.ISDN |
static EmailType |
EmailType.MCIMAIL |
static TelephoneType |
TelephoneType.MODEM |
static TelephoneType |
TelephoneType.MSG |
static AddressType |
AddressType.PARCEL |
static TelephoneType |
TelephoneType.PCS |
static AddressType |
AddressType.POSTAL |
static EmailType |
EmailType.POWERSHARE |
static TelephoneType |
TelephoneType.PREF |
static EmailType |
EmailType.PREF |
static AddressType |
AddressType.PREF |
static EmailType |
EmailType.PRODIGY |
static Encoding |
Encoding.QUOTED_PRINTABLE
Note: This specific parameter value is in upper-case in order to resolve
a compatibility issue with the Windows 10 Contacts app.
|
static TelephoneType |
TelephoneType.TEXT |
static TelephoneType |
TelephoneType.TEXTPHONE |
static EmailType |
EmailType.TLX |
static EmailType |
EmailType.WORK |
static EmailType |
EmailType.X400 |
Modifier and Type | Class and Description |
---|---|
class |
Agent
Defines information about the person's agent.
|
class |
Anniversary
Defines the person's anniversary (marital or work-related).
|
class |
Birthplace
Defines the location of the person's birth.
|
class |
CalendarRequestUri
Defines a URL to use for sending a scheduling request to the person's
calendar.
|
class |
CalendarUri
Defines a URL that points to the person's calendar.
|
class |
Categories
Defines a list of keywords that can be used to describe the person.
|
class |
Classification
Defines the sensitivity of the information in the vCard.
|
class |
ClientPidMap
Maps a globally-unique URI to a PID parameter value.
|
class |
Deathdate
Defines the person's time of death.
|
class |
Deathplace
Defines the location of the person's death.
|
class |
Expertise
Defines a professional subject area that the person has knowledge of.
|
class |
FreeBusyUrl
Defines a URL that shows when the person is free/busy on their calendar.
|
class |
Gender
Defines the person's sex.
|
class |
Hobby
Defines a recreational activity that the person actively engages in.
|
class |
Impp
Defines an instant messenger handle.
|
class |
Interest
Defines a recreational activity that the person is interested in.
|
class |
Kind
Defines the type of entity that this vCard represents, such as an individual
or an organization.
|
class |
Label
Defines the exact text to put on the mailing label when sending snail mail to
the person.
|
class |
Language
Defines a language that the person speaks.
|
class |
Mailer
Defines the email client that the person uses.
|
class |
Member
Defines the members that make up the group.
|
class |
Nickname
Defines the person's nicknames.
|
class |
OrgDirectory
Defines a URI that can be used to retrieve information about the person's
co-workers.
|
class |
ProductId
Identifies the software application that created the vCard.
|
class |
Profile
Simply identifies the vCard as a "vCard".
|
class |
Related
Defines someone that the person is related to.
|
class |
SortString
Defines the string that should be used when an application sorts this vCard
in some way.
|
class |
SourceDisplayText
Defines a textual representation of the
Source property. |
class |
Xml
Contains an XML element that was not recognized when parsing an xCard
(XML-formatted vCard).
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.