EmailAddressCategory Class

Represents category for an email address
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoEmailAddressCategory

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class EmailAddressCategory : IEquatable<EmailAddressCategory>

The EmailAddressCategory type exposes the following members.

Constructors
  NameDescription
Public methodEmailAddressCategory
Initializes a new instance of the EmailAddressCategory class with 'Custom' category.
Properties
  NameDescription
Public propertyStatic memberCustom
Custom category
Public propertyDescription
Gets description for the 'Custom' category of a email address
Public propertyStatic memberEmail1
Email1 category. Used by MS Exchange server.
Public propertyStatic memberEmail2
Email2 category. Used by MS Exchange server.
Public propertyStatic memberEmail3
Email3 category. Used by MS Exchange server.
Public propertyStatic memberHome
Home category
Public propertyValue
Gets category of a email address
Public propertyStatic memberWork
Work category
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(EmailAddressCategory)
Determines whether the specified Object is equal to the current Object.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether the specified objects are equal.
Public operatorStatic memberInequality
Determines whether the specified objects are not equal.
Fields
  NameDescription
Public fieldStatic memberCustomValue
String value for 'Custom' category
Public fieldStatic memberEmail1Value
String value for 'Email1' category
Public fieldStatic memberEmail2Value
String value for 'Email2' category
Public fieldStatic memberEmail3Value
String value for 'Email3' category
Public fieldStatic memberHomeValue
String value for 'Home' category
Public fieldStatic memberWorkValue
String value for 'Work' category
See Also