Represents category for an email address More...
Inherits IEquatable< System::SharedPtr< Aspose::Email::PersonalInfo::EmailAddressCategory > >.
Public Member Functions | |
System::String | get_Value () const |
Gets category of a email address More... | |
System::String | get_Description () const |
Gets description for the 'Custom' category of a email address More... | |
EmailAddressCategory (System::String description) | |
Initializes a new instance of the EmailAddressCategory class with 'Custom' category. More... | |
EmailAddressCategory (System::String value, System::String description) | |
Initializes a new instance of the EmailAddressCategory class with 'Custom' category. More... | |
int32_t | GetHashCode () const override |
GetHashCode returns a hash function for this object. More... | |
bool | Equals (System::SharedPtr< System::Object > obj) override |
Determines whether the specified Object is equal to the current Object. More... | |
bool | Equals (System::SharedPtr< EmailAddressCategory > other) override |
Determines whether the specified Object is equal to the current Object. More... | |
System::String | ToString () const override |
Returns a string that represents the current object. More... | |
Static Public Member Functions | |
static System::SharedPtr< EmailAddressCategory > | get_Home () |
Home category More... | |
static System::SharedPtr< EmailAddressCategory > | get_Work () |
Work category More... | |
static System::SharedPtr< EmailAddressCategory > | get_Custom () |
Custom category More... | |
static System::SharedPtr< EmailAddressCategory > | get_Email1 () |
Email1 category. Used by MS Exchange server. More... | |
static System::SharedPtr< EmailAddressCategory > | get_Email2 () |
Email2 category. Used by MS Exchange server. More... | |
static System::SharedPtr< EmailAddressCategory > | get_Email3 () |
Email3 category. Used by MS Exchange server. More... | |
static System::SharedPtr< EmailAddressCategory > | get_Email () |
Email category. Used by MS Exchange server. More... | |
Static Public Attributes | |
static const System::String | HomeValue |
String value for 'Home' category More... | |
static const System::String | WorkValue |
String value for 'Work' category More... | |
static const System::String | CustomValue |
String value for 'Custom' category More... | |
static const System::String | Email1Value |
String value for 'Email1' category More... | |
static const System::String | Email2Value |
String value for 'Email2' category More... | |
static const System::String | Email3Value |
String value for 'Email3' category More... | |
static const System::String | EmailValue |
String value for 'Email' category More... | |
Friends | |
class | Aspose::Email::Tools::ContactConverter |
bool | operator== (System::SharedPtr< EmailAddressCategory > a, System::SharedPtr< EmailAddressCategory > b) |
bool | operator!= (System::SharedPtr< EmailAddressCategory > a, System::SharedPtr< EmailAddressCategory > b) |
Represents category for an email address
Aspose::Email::PersonalInfo::EmailAddressCategory::EmailAddressCategory | ( | System::String | description | ) |
Initializes a new instance of the EmailAddressCategory class with 'Custom' category.
description | Description for email address category |
Aspose::Email::PersonalInfo::EmailAddressCategory::EmailAddressCategory | ( | System::String | value, |
System::String | description | ||
) |
Initializes a new instance of the EmailAddressCategory class with 'Custom' category.
value | Email address category |
description | Description for the 'Custom' category of a email address |
|
override |
Determines whether the specified Object is equal to the current Object.
other | The Object to compare with the current Object. |
|
override |
Determines whether the specified Object is equal to the current Object.
obj | The Object to compare with the current Object. |
|
static |
Custom category
System::String Aspose::Email::PersonalInfo::EmailAddressCategory::get_Description | ( | ) | const |
Gets description for the 'Custom' category of a email address
|
static |
Email category. Used by MS Exchange server.
|
static |
Email1 category. Used by MS Exchange server.
|
static |
Email2 category. Used by MS Exchange server.
|
static |
Email3 category. Used by MS Exchange server.
|
static |
Home category
System::String Aspose::Email::PersonalInfo::EmailAddressCategory::get_Value | ( | ) | const |
Gets category of a email address
|
static |
Work category
|
override |
GetHashCode returns a hash function for this object.
|
override |
Returns a string that represents the current object.
|
friend |
|
friend |
|
friend |
|
static |
String value for 'Custom' category
|
static |
String value for 'Email1' category
|
static |
String value for 'Email2' category
|
static |
String value for 'Email3' category
|
static |
String value for 'Email' category
|
static |
String value for 'Home' category
|
static |
String value for 'Work' category