MapiContactElectronicAddressPropertySet
Contents
[
Hide
]MapiContactElectronicAddressPropertySet class
Inherits: Aspose::Email::Mapi::MapiContactPropertySet
Specify properties for up to three different e-mail addresses (Email1, Email2, and Email3) and three different fax addresses (Primary Fax, Business Fax, and Home Fax)
Constructors
| Name | Description |
|---|---|
| MapiContactElectronicAddressPropertySet (5 overloads) | Initializes a new instance of the MapiContactElectronicAddressPropertySet class. |
Methods
| Name | Description |
|---|---|
| get_BusinessFax | Refers to the group of properties that define the business fax address for a contact. |
| get_DefaultEmailAddress | Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true' |
| get_Email1 | Refers to the group of properties that define the first e-mail address for a contact. |
| get_Email2 | Refers to the group of properties that define the second e-mail address for a contact. |
| get_Email3 | Refers to the group of properties that define the third e-mail address for a contact. |
| get_EnableAutocomplete | |
| get_HomeFax | Refers to the group of properties that define the home fax address for a contact. |
| get_IsEmpty | Shows if MapiContactElectronicAddressPropertySet is empty |
| get_PrimaryFax | Refers to the group of properties that define the primary fax address for a contact. |
| get_UseAutocomplete | Indicates that one electronic address is completed automatically in case if user does not set any electronic address |
| set_BusinessFax | Refers to the group of properties that define the business fax address for a contact. |
| set_DefaultEmailAddress | Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true' |
| set_Email1 (2 overloads) | Refers to the group of properties that define the first e-mail address for a contact. |
| set_Email2 | Refers to the group of properties that define the second e-mail address for a contact. |
| set_Email3 | Refers to the group of properties that define the third e-mail address for a contact. |
| set_EnableAutocomplete | |
| set_HomeFax | Refers to the group of properties that define the home fax address for a contact. |
| set_PrimaryFax | Refers to the group of properties that define the primary fax address for a contact. |
| set_UseAutocomplete | Indicates that one electronic address is completed automatically in case if user does not set any electronic address |
| SetOwner | Implements Aspose::Email::Mapi::MapiContactPropertySet . |
| SetProperties | Sets the message properties. |
| ToVCard | Converts this MapiContactElectronicAddressPropertySet into vCard properties and adds them to the specified VCardHeaderList |