MapiContactElectronicAddress

MapiContactElectronicAddress class

Refers to the group of properties that
define the e-mail address or fax address for a contact.

The MapiContactElectronicAddress type exposes the following members:

Constructors

NameDescription
MapiContactElectronicAddress()Initializes a new instance of the MapiContactElectronicAddress class.
MapiContactElectronicAddress(display_name, address_type, email_address)Initializes a new instance of the MapiContactElectronicAddress class
MapiContactElectronicAddress(email_address)Initializes a new instance of the MapiContactElectronicAddress class
MapiContactElectronicAddress(fax_number, email_address)Initializes a new instance of the MapiContactElectronicAddress class

Properties

NameDescription
is_emptyShows if MapiContactElectronicAddress is empty
display_nameGets or sets the user-readable
display name for the e-mail address
original_display_nameGets or sets the SMTP e-mail address that
corresponds to the e-mail address for the Contact object.
address_typeGets or sets the address type
of an electronic address
email_addressGets or sets the e-mail address
of the contact
fax_numberGets or sets the telephone number
of the mail user’s primary fax machine

See Also