|
bool | get_Prefered () const |
| Gets a value which defines whether email address is preferred. More...
|
|
void | set_Prefered (bool value) |
| Sets a value which defines whether email address is preferred. More...
|
|
System::SharedPtr< EmailAddressCategory > | get_Category () const |
| Gets an object category More...
|
|
void | set_Category (System::SharedPtr< EmailAddressCategory > value) |
| Sets an object category More...
|
|
System::String | get_RoutingType () const |
| Gets a routing type for an email More...
|
|
void | set_RoutingType (System::String value) |
| Sets a routing type for an email More...
|
|
| EmailAddress () |
| Initializes a new instance of the EmailAddress class. More...
|
|
| EmailAddress (System::String address) |
| Initializes a new instance of the EmailAddress class. More...
|
|
| EmailAddress (System::String address, System::String displayName) |
| Initializes a new instance of the EmailAddress class. More...
|
|
int32_t | GetHashCode (System::SharedPtr< EmailAddress > obj) |
| GetHashCode returns a hash function for specified 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< EmailAddress > obj) override |
| Determines whether the specified Object is equal to the current Object. More...
|
|
bool | Equals (System::SharedPtr< EmailAddress > x, System::SharedPtr< EmailAddress > y) |
| Determines whether the specified object instances are considered equal. More...
|
|
int32_t | CompareTo (System::SharedPtr< EmailAddress > obj) override |
| 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. More...
|
|
System::String | ToString () const override |
| Returns a string that represents the current object. More...
|
|
int32_t | GetHashCode () const override |
| GetHashCode returns a hash function for this object. More...
|
|
void | SetTemplateWeakPtr (uint32_t argument) override |
|
System::String | get_DisplayName () override |
| Gets a display name. More...
|
|
void | set_DisplayName (System::String value) override |
| Sets a display name. More...
|
|
System::String | get_User () const |
| Gets the username. More...
|
|
System::String | get_Host () const |
| Gets the host portion of the address. More...
|
|
System::String | get_Address () override |
| Gets the e-mail address. More...
|
|
void | set_Address (System::String value) override |
| Sets the e-mail address. More...
|
|
System::String | get_OriginalAddressString () |
| Gets the original e-mail address string. More...
|
|
void | set_OriginalAddressString (System::String value) |
| Sets the original e-mail address string. More...
|
|
int32_t | get_Count () |
| Contains count of mail addresses. More...
|
|
System::SharedPtr< System::Text::Encoding > | get_DisplayNameEncoding () const |
| Gets the display name encoding. More...
|
|
System::String | get_SmtpAddress () |
|
Aspose::Email::ParticipationStatus | get_ParticipationStatus () |
| Gets the participation status for the calendar user. More...
|
|
void | set_ParticipationStatus (Aspose::Email::ParticipationStatus value) |
| Sets the participation status for the calendar user. More...
|
|
System::SharedPtr< Calendar::Model::ParameterCollection > | get_Parameters () const |
|
System::SharedPtr< ObjectIdentifier > | get_Id () const |
| Gets object identification information More...
|
|
bool | get_DisplayedEmailInOutlook () const |
| Defines whether need rendered Email address for particular message if it converted from MapiMessage. More...
|
|
void | set_DisplayedEmailInOutlook (bool value) |
| Defines whether need rendered Email address for particular message if it converted from MapiMessage. More...
|
|
| MailAddress (System::String address, bool ignoreSmtpCheck) |
| Initializes a new instance of the MailAddress class. More...
|
|
| MailAddress (System::String address, System::String displayName, bool ignoreSmtpCheck) |
| Initializes a new instance of the MailAddress class. More...
|
|
| MailAddress (System::String address, System::String displayName, System::SharedPtr< System::Text::Encoding > displayNameEncoding) |
| Initializes a new instance of the MailAddress class. More...
|
|
| MailAddress (System::String address, System::String displayName, System::SharedPtr< System::Text::Encoding > displayNameEncoding, bool ignoreSmtpCheck) |
| Initializes a new instance of the MailAddress class. More...
|
|
| MailAddress (System::String address) |
| Initializes a new instance of the MailAddress class. More...
|
|
| MailAddress (System::String address, System::String displayName) |
| Initializes a new instance of the MailAddress class. More...
|
|
| MailAddress (System::String address, System::String encodedDisplayName, int32_t bogusParam) |
| Initializes a new instance of the MailAddress class. More...
|
|
| MailAddress () |
| Initializes a new instance of the MailAddress class. More...
|
|
System::SharedPtr< MailAddress > | idx_get (int32_t i) |
| Gets the element at the specified index. More...
|
|
System::String | ToString (System::String displayNameQuote) |
|
bool | Equals (System::SharedPtr< System::Object > obj) override |
| Determines whether the specified System::Object is equal to this instance. More...
|
|
int32_t | GetHashCode () const override |
| Returns a hash code for this instance. More...
|
|
System::SharedPtr< MailAddress > | Clone () |
|
void | CopyInplace (System::SharedPtr< MailAddress > address) |
|
void | SetEncoding (System::SharedPtr< System::Text::Encoding > nameEncoding) |
| Sets encoding for dysplay name More...
|
|
System::String | ToEncodedString () |
|
System::String | ToString () const override |
| Returns a System::String that represents this instance. More...
|
|
Represents an email address