VCardContact

VCardContact class

Represents a vCard contact

The VCardContact type exposes the following members:

Constructors

NameDescription
VCardContact()Initializes a new instance of the VCardContact class

Properties

NameDescription
identification_infoGets or sets an identification properties
delivery_addressesGets or sets a delivery addresses
labelsGets or sets a delivery addresses
telephone_numbersGets or sets a contact’s telephone numbers
emailsGets or sets a contact’s email addresses
mailerGets or sets a mailer
time_zoneGets or sets a timeZone
geoGets or sets a global positioning
organizationGets or sets an organization information
explanatory_infoGets or sets a vCard explanatory information
securityGets or sets a security properites

Methods

NameDescription
load(file_path)
load(file_path, encoding)
load(stream)
load(stream, encoding)
is_multi_contacts(file_path)
is_multi_contacts(stream)
load_as_multiple(stream)
load_as_multiple(stream, encoding)
load_as_multiple(file_path)
load_as_multiple(file_path, encoding)
save(file_path)
save(file_path, save_format)
save(file_path, save_options)
save(stream)
save(stream, save_format)
save(stream, save_options)

See Also