Class MapiElectronicAddress
MapiElectronicAddress class
Refers to the group of properties that define the e-mail address or fax address.
public sealed class MapiElectronicAddress
Constructors
Properties
| Name | Description |
|---|
| AddressType { get; set; } | Gets or sets the address type of an electronic address. |
| DisplayName { get; set; } | Gets or sets the user-readable display name for the e-mail address. |
| EmailAddress { get; set; } | Gets or sets the e-mail address. |
| FaxNumber { get; set; } | Gets or sets the telephone number of the mail user’s primary fax machine. |
| IsEmpty { get; } | Shows if MapiElectronicAddress is empty |
| OriginalDisplayName { get; set; } | Gets or sets the SMTP e-mail address that corresponds to the e-mail address . |
Methods
| Name | Description |
|---|
| implicit operator | Performs an implicit conversion from String to MapiElectronicAddress. |
See Also