VCardContact
Contents
[
Hide
]VCardContact class
Represents a vCard contact
The VCardContact type exposes the following members:
Constructors
Name | Description |
---|---|
VCardContact() | Initializes a new instance of the VCardContact class |
Properties
Name | Description |
---|---|
identification_info | Gets or sets an identification properties |
delivery_addresses | Gets or sets a delivery addresses |
labels | Gets or sets a delivery addresses |
telephone_numbers | Gets or sets a contact’s telephone numbers |
emails | Gets or sets a contact’s email addresses |
mailer | Gets or sets a mailer |
time_zone | Gets or sets a timeZone |
geo | Gets or sets a global positioning |
organization | Gets or sets an organization information |
explanatory_info | Gets or sets a vCard explanatory information |
security | Gets or sets a security properites |
Methods
Name | Description |
---|---|
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(stream, options) | |
load_as_multiple(file_path) | |
load_as_multiple(file_path, encoding) | |
load_as_multiple(file_path, options) | |
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
- namespace aspose.email.personalinfo.vcard
- assembly Aspose.Email