Class MapiContactElectronicAddress

MapiContactElectronicAddress class

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

public sealed class MapiContactElectronicAddress : MapiContactAddress

Constructors

NameDescription
MapiContactElectronicAddress()Initializes a new instance of the MapiContactElectronicAddress class.
MapiContactElectronicAddress(string)Initializes a new instance of the MapiContactElectronicAddress class.
MapiContactElectronicAddress(string, string)Initializes a new instance of the MapiContactElectronicAddress class.
MapiContactElectronicAddress(string, string, string)Initializes a new instance of the MapiContactElectronicAddress class.

Properties

NameDescription
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

NameDescription
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 operatorPerforms an implicit conversion from String to MapiContactElectronicAddress.

See Also