MapiElectronicAddress

MapiElectronicAddress class

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

Constructors

NameDescription
MapiElectronicAddress (4 overloads)Initializes a new instance of the MapiElectronicAddress class.

Methods

NameDescription
get_AddressTypeGets the address type of an electronic address.
get_DisplayNameGets the user-readable display name for the e-mail address.
get_EmailAddressGets the e-mail address.
get_FaxNumberGets the telephone number of the mail user’s primary fax machine.
get_IsEmptyShows if MapiElectronicAddress is empty
get_OriginalDisplayNameGets the SMTP e-mail address that corresponds to the e-mail address .
set_AddressTypeSets the address type of an electronic address.
set_DisplayNameSets the user-readable display name for the e-mail address.
set_EmailAddressSets the e-mail address.
set_FaxNumberSets the telephone number of the mail user’s primary fax machine.
set_OriginalDisplayNameSets the SMTP e-mail address that corresponds to the e-mail address .
to_MapiElectronicAddressPerforms an implicit conversion from System::String to MapiElectronicAddress .