VCardContact
Contents
[
Hide
]VCardContact class
Represents a vCard contact
Constructors
| Name | Description |
|---|---|
| VCardContact (2 overloads) | Initializes a new instance of the VCardContact class |
Methods
| Name | Description |
|---|---|
| get_DeliveryAddresses | Gets a delivery addresses |
| get_Emails | Gets a contact’s email addresses |
| get_ExplanatoryInfo | Gets a vCard explanatory information |
| get_ExtendedProperties | Gets an extended properties |
| get_Geo | Gets a global positioning |
| get_IdentificationInfo | Gets an identification properties |
| get_Labels | Gets a delivery addresses |
| get_Mailer | Gets a mailer |
| get_Organization | Gets an organization information |
| get_Security | Gets a security properites |
| get_TelephoneNumbers | Gets a contact’s telephone numbers |
| get_TimeZone | Gets a timeZone |
| IsMultiContacts (2 overloads) | Checks whether source stream contains multi contacts. |
| Load (6 overloads) | Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0 |
| LoadAsMultiple (6 overloads) | Loads list of contacts from multi contact stream. |
| Save (6 overloads) | Saves this MapiContact into the given stream with vCard format. The supported vCard version is 2.1 |
| set_DeliveryAddresses | Sets a delivery addresses |
| set_Emails | Sets a contact’s email addresses |
| set_ExplanatoryInfo | Sets a vCard explanatory information |
| set_ExtendedProperties | Sets an extended properties |
| set_Geo | Sets a global positioning |
| set_IdentificationInfo | Sets an identification properties |
| set_Labels | Sets a delivery addresses |
| set_Mailer | Sets a mailer |
| set_Organization | Sets an organization information |
| set_Security | Sets a security properites |
| set_TelephoneNumbers | Sets a contact’s telephone numbers |
| set_TimeZone | Sets a timeZone |