MapiElectronicAddress
Contents
[
Hide
]MapiElectronicAddress class
Refers to the group of properties that define the e-mail address or fax address.
Constructors
| Name | Description |
|---|---|
| MapiElectronicAddress (4 overloads) | Initializes a new instance of the MapiElectronicAddress class. |
Methods
| Name | Description |
|---|---|
| get_AddressType | Gets the address type of an electronic address. |
| get_DisplayName | Gets the user-readable display name for the e-mail address. |
| get_EmailAddress | Gets the e-mail address. |
| get_FaxNumber | Gets the telephone number of the mail user’s primary fax machine. |
| get_IsEmpty | Shows if MapiElectronicAddress is empty |
| get_OriginalDisplayName | Gets the SMTP e-mail address that corresponds to the e-mail address . |
| set_AddressType | Sets the address type of an electronic address. |
| set_DisplayName | Sets the user-readable display name for the e-mail address. |
| set_EmailAddress | Sets the e-mail address. |
| set_FaxNumber | Sets the telephone number of the mail user’s primary fax machine. |
| set_OriginalDisplayName | Sets the SMTP e-mail address that corresponds to the e-mail address . |
| to_MapiElectronicAddress | Performs an implicit conversion from System::String to MapiElectronicAddress . |