Public Member Functions | |
Constructor / Destructor | |
CP_MailMessageAddress () | |
Constructor. | |
CP_MailMessageAddress (const CP_MailMessageAddress &inAddress) | |
CP_MailMessageAddress (const CP_String &inAAddress) | |
CP_MailMessageAddress (const CP_String &inName, const CP_String &inAddress) | |
Getters | |
CP_String | GetFormatForSMTPMessage () const |
CP_String | GetEMailAddress () const |
CP_String | GetName () const |
operators | |
CP_MailMessageAddress & | operator= (const CP_MailMessageAddress &inAddress) |
Protected Attributes | |
CP_String | fName |
CP_String | fEmailAddress |
|
Constructor.
|
|
Copy constructor.
|
|
Constructor.
|
|
Constructor.
|
|
Return our address in a format for sending in SMTP messages. The format will be Name <address>.
|
|
Returns the email address for the message.
|
|
Returns the friendly name of the address, if any.
|
|
Assignment operator.
|
|
|
|
Name portion of the address. Example: John Doe |