Yaaf.Xmpp.VCard


VCardInfo

Defined in Yaaf.Xmpp.VCard.dll.

Record Fields

Record FieldDescription
Address
Signature: VCardAddress list
Structured address property. Address components with multiple values must be specified as a comma separated list of values.
Agent
Signature: VCardReference list
Administrative agent property.
Birthday
Signature: DateTime list
Birthday property. Value must be an ISO 8601 formatted date or date/time value.
Categories
Signature: VCardCategory list
Application specific categories property.
Class
Signature: VCardPrivacy list
Privacy classification property.
Desc
Signature: string list
NOTE: the following element was added by the Jabber project (now XMPP Standards Foundation) to handle free-form descriptive text.
EMail
Signature: VCardEMail list
Email address property. Default type is INTERNET
FormattedName
Signature: string
Formatted or display name property.
Geo
Signature: VCardGeo list
Geographical position. Values are the decimal degress of LATitude and LONgitude. The value should be specified to six decimal places.
JabberId
Signature: JabberId list
JabberId of the user
Key
Signature: VCardKey list
Authentication credential or encryption key property.
Label
Signature: VCardLabel list
Address label property.
Logo
Signature: VCardPhoto list
Organization logo property.
Mailer
Signature: string list
Mailer (e.g., Mail User Agent Type) property.
Name
Signature: VCardName
Structured name property. Name components with multiple values must be specified as a comma separated list of values.
Nickname
Signature: string list
Nickname property. Multiple nicknames must be specified as a comma separated list value.
Note
Signature: string list
Commentary note property.
Organization
Signature: VCardOrganization list
Organizational name and units property.
Photo
Signature: VCardPhoto list
Photograph property. Value is either a BASE64 encoded binary value or a URI to the external content.
Prodid
Signature: string list
Identifier of product that generated the vCard property.
Rev
Signature: DateTime list
Last revised property. The value must be an ISO 8601 formatted UTC date/time.
Role
Signature: string list
Role property.
SortString
Signature: string list
Sort string property.
Sound
Signature: VCardSound list
Formatted name pronunciation property. The value is either a textual phonetic pronunciation, a BASE64 encoded binary digital audio pronunciation or a URI to an external binary digital audio pronunciation.
Telephone
Signature: VCardTelephone list
Telephone number property.
Title
Signature: string list
Title property.
Tz
Signature: string list
Time zone's Standard Time UTC offset. Value must be an ISO 8601 formatted UTC offset.
Uid
Signature: string list
Unique identifier property.
Url
Signature: string list
Directory URL property.
Version
Signature: Version

Static members

Static memberDescription
Create(fn, name)
Signature: (fn:string * name:VCardName) -> VCardInfo
Fork me on GitHub