MapiContactElectronicAddressPropertySet

MapiContactElectronicAddressPropertySet class

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)

The MapiContactElectronicAddressPropertySet type exposes the following members:

Constructors

NameDescription
MapiContactElectronicAddressPropertySet()Initializes a new instance of the MapiContactElectronicAddressPropertySet class
MapiContactElectronicAddressPropertySet(properties)Initializes a new instance of the MapiContactElectronicAddressPropertySet class

Properties

NameDescription
is_emptyShows if MapiContactElectronicAddressPropertySet is empty
default_email_addressDefault value of electronic address
Uses when user does not set any electronic address if UseAutocomplete property is set ’true'
use_autocompleteIndicates that one electronic address is completed automatically in case if user does not set any electronic address
email1Refers to the group of properties
that define the first e-mail address for a contact.
email2Refers to the group of properties
that define the second e-mail address for a contact.
email3Refers to the group of properties
that define the third e-mail address for a contact.
primary_faxRefers to the group of properties
that define the primary fax address for a contact.
business_faxRefers to the group of properties
that define the business fax address for a contact.
home_faxRefers to the group of properties
that define the home fax address for a contact.

See Also