Class MapiContactElectronicAddress
Refers to the group of properties that define the e-mail address or fax address for a contact.
public sealed class MapiContactElectronicAddress : MapiContactAddress
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 of the contact |
| FaxNumber { get; set; } | Gets or sets the telephone number of the mail user’s primary fax machine |
| IsEmpty { get; } | Shows if MapiContactElectronicAddress is empty |
| OriginalDisplayName { get; set; } | Gets or sets the SMTP e-mail address that corresponds to the e-mail address for the Contact object. |
Methods
| Name | Description |
|---|
| override Equals(object) | Determines whether the specified object is equal to the current object. |
| override GetHashCode() | |
| override ToString() | Returns a string that represents the current object. |
| implicit operator | Performs an implicit conversion from String to MapiContactElectronicAddress. |
See Also