EmailAddressCategory

EmailAddressCategory class

Represents category for an email address

Constructors

NameDescription
EmailAddressCategory (2 overloads)Initializes a new instance of the EmailAddressCategory class with ‘Custom’ category.

Methods

NameDescription
Equals (2 overloads)Determines whether the specified Object is equal to the current Object.
get_CustomCustom category
get_DescriptionGets description for the ‘Custom’ category of a email address
get_EmailEmail category. Used by MS Exchange server.
get_Email1Email1 category. Used by MS Exchange server.
get_Email2Email2 category. Used by MS Exchange server.
get_Email3Email3 category. Used by MS Exchange server.
get_HomeHome category
get_ValueGets category of a email address
get_WorkWork category
GetHashCodeGetHashCode returns a hash function for this object.
ToStringReturns a string that represents the current object.
operator!=Determines whether the specified objects are not equal.
operator==Determines whether the specified objects are equal.
CustomValueString value for ‘Custom’ category
Email1ValueString value for ‘Email1’ category
Email2ValueString value for ‘Email2’ category
Email3ValueString value for ‘Email3’ category
EmailValueString value for ’ Email ’ category
HomeValueString value for ‘Home’ category
WorkValueString value for ‘Work’ category