EmailAddressCategory Class |
Namespace: Aspose.Email.PersonalInfo
The EmailAddressCategory type exposes the following members.
Name | Description | |
---|---|---|
![]() | EmailAddressCategory |
Initializes a new instance of the EmailAddressCategory class with 'Custom' category.
|
Name | Description | |
---|---|---|
![]() ![]() | Custom |
Custom category
|
![]() | Description |
Gets description for the 'Custom' category of a email address
|
![]() ![]() | Email1 |
Email1 category. Used by MS Exchange server.
|
![]() ![]() | Email2 |
Email2 category. Used by MS Exchange server.
|
![]() ![]() | Email3 |
Email3 category. Used by MS Exchange server.
|
![]() ![]() | Home |
Home category
|
![]() | Value |
Gets category of a email address
|
![]() ![]() | Work |
Work category
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).) |
![]() | Equals(EmailAddressCategory) |
Determines whether the specified Object is equal to the current Object.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the specified objects are equal.
|
![]() ![]() | Inequality |
Determines whether the specified objects are not equal.
|
Name | Description | |
---|---|---|
![]() ![]() | CustomValue | String value for 'Custom' category |
![]() ![]() | Email1Value | String value for 'Email1' category |
![]() ![]() | Email2Value | String value for 'Email2' category |
![]() ![]() | Email3Value | String value for 'Email3' category |
![]() ![]() | HomeValue | String value for 'Home' category |
![]() ![]() | WorkValue | String value for 'Work' category |