EmailAddressCategory

EmailAddressCategory class

Represents category for an email address

The EmailAddressCategory type exposes the following members:

Constructors

NameDescription
EmailAddressCategory(description)Initializes a new instance of the EmailAddressCategory class

Properties

NameDescription
homeHome category
workWork category
customCustom category
email1Email1 category. Used by MS Exchange server.
email2Email2 category. Used by MS Exchange server.
email3Email3 category. Used by MS Exchange server.
emailEmail category. Used by MS Exchange server.
valueGets category of a email address
descriptionGets description for the ‘Custom’ category of a email address
HOME_VALUEString value for ‘Home’ category
WORK_VALUEString value for ‘Work’ category
CUSTOM_VALUEString value for ‘Custom’ category
EMAIL_1_VALUEString value for ‘Email1’ category
EMAIL_2_VALUEString value for ‘Email2’ category
EMAIL_3_VALUEString value for ‘Email3’ category
EMAIL_VALUEString value for ‘Email’ category

Methods

NameDescription
equals(other)

See Also