VCard class
VCard class
Represents Electronic Business Card standard contact details.
The VCard type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Creates VCard instance with default values. |
Properties
| Property | Description |
|---|---|
| first_name | Gets or sets contact First Name. |
| midddle_name | Gets or sets contact Middle Name. |
| last_name | Gets or sets contact Last Name. |
| initials | Gets or sets contact initials. |
| company | Gets or sets Company of contact. |
| job_title | Gets or sets contact Job Title. |
| home_address | Gets or sets Home Address properties. This property is not initialized by default. |
| work_address | Gets or sets Work Address properties. This property is not initialized by default. |
| home_phone | Gets or sets home phone number. |
| work_phone | Gets or sets work phone number. |
| cell_phone | Gets or sets cellular phone number. |
| Gets or sets contact email. | |
| url | Gets or sets contact URL. |
| birth_day | Gets or sets contact birthday. |