Class MapiElectronicAddress
Contents
[
Hide
]MapiElectronicAddress class
Refers to the group of properties that define the e-mail address or fax address.
public sealed class MapiElectronicAddress
Constructors
Name | Description |
---|---|
MapiElectronicAddress() | Initializes a new instance of the MapiElectronicAddress class. |
MapiElectronicAddress(string) | Initializes a new instance of the MapiElectronicAddress class. |
MapiElectronicAddress(string, string) | Initializes a new instance of the MapiElectronicAddress class. |
MapiElectronicAddress(string, string, string) | Initializes a new instance of the MapiElectronicAddress class. |
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
- namespace Aspose.Email.Mapi
- assembly Aspose.Email