EmailAddressCategory
Contents
[
Hide
]EmailAddressCategory class
Represents category for an email address
Constructors
| Name | Description |
|---|---|
| EmailAddressCategory (2 overloads) | Initializes a new instance of the EmailAddressCategory class with ‘Custom’ category. |
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Determines whether the specified Object is equal to the current Object. |
| get_Custom | Custom category |
| get_Description | Gets description for the ‘Custom’ category of a email address |
| get_Email | Email category. Used by MS Exchange server. |
| get_Email1 | Email1 category. Used by MS Exchange server. |
| get_Email2 | Email2 category. Used by MS Exchange server. |
| get_Email3 | Email3 category. Used by MS Exchange server. |
| get_Home | Home category |
| get_Value | Gets category of a email address |
| get_Work | Work category |
| GetHashCode | GetHashCode returns a hash function for this object. |
| ToString | Returns a string that represents the current object. |
| operator!= | Determines whether the specified objects are not equal. |
| operator== | Determines whether the specified objects are equal. |
| CustomValue | String value for ‘Custom’ category |
| Email1Value | String value for ‘Email1’ category |
| Email2Value | String value for ‘Email2’ category |
| Email3Value | String value for ‘Email3’ category |
| EmailValue | String value for ’ Email ’ category |
| HomeValue | String value for ‘Home’ category |
| WorkValue | String value for ‘Work’ category |