Class MapiContactElectronicAddressPropertySet

MapiContactElectronicAddressPropertySet class

Specify properties for up to three different e-mail addresses (Email1, Email2, and Email3) and three different fax addresses (Primary Fax, Business Fax, and Home Fax)

public sealed class MapiContactElectronicAddressPropertySet : MapiContactPropertySet

Constructors

NameDescription
MapiContactElectronicAddressPropertySet()Initializes a new instance of the MapiContactElectronicAddressPropertySet class
MapiContactElectronicAddressPropertySet(MapiPropertyCollection)Initializes a new instance of the MapiContactElectronicAddressPropertySet class

Properties

NameDescription
BusinessFax { get; set; }Refers to the group of properties that define the business fax address for a contact.
DefaultEmailAddress { get; set; }Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true'
Email1 { get; set; }Refers to the group of properties that define the first e-mail address for a contact.
Email2 { get; set; }Refers to the group of properties that define the second e-mail address for a contact.
Email3 { get; set; }Refers to the group of properties that define the third e-mail address for a contact.
HomeFax { get; set; }Refers to the group of properties that define the home fax address for a contact.
IsEmpty { get; }Shows if MapiContactElectronicAddressPropertySet is empty
PrimaryFax { get; set; }Refers to the group of properties that define the primary fax address for a contact.
UseAutocomplete { get; set; }Indicates that one electronic address is completed automatically in case if user does not set any electronic address

See Also