EmailAddress
Contents
[
Hide
]EmailAddress class
Inherits: Aspose::Email::MailAddress
Represents an email address
Constructors
| Name | Description |
|---|---|
| EmailAddress (3 overloads) | Initializes a new instance of the EmailAddress class. |
Methods
| Name | Description |
|---|---|
| CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| Equals (3 overloads) | Determines whether the specified Object is equal to the current Object. |
| get_Category | Gets an object category |
| get_Prefered | Gets a value which defines whether email address is preferred. |
| get_RoutingType | Gets a routing type for an email |
| GetHashCode (2 overloads) | GetHashCode returns a hash function for this object. |
| set_Category | Sets an object category |
| set_Prefered | Sets a value which defines whether email address is preferred. |
| set_RoutingType | Sets a routing type for an email |
| 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. |