Method | Description | |
---|---|---|
MailboxAddress ( ) : System |
Default constructor.
|
|
MailboxAddress ( string emailAddress ) : System |
Creates new mailbox from specified email address.
|
|
MailboxAddress ( string displayName, string emailAddress ) : System |
Creates new mailbox from specified name and email address.
|
|
Parse ( string mailbox ) : |
Parses mailbox from mailbox address string.
|
Method | Description | |
---|---|---|
OnChanged ( ) : void |
This called when mailox address has changed.
|
public MailboxAddress ( string emailAddress ) : System | ||
emailAddress | string | Email address. |
return | System |
public MailboxAddress ( string displayName, string emailAddress ) : System | ||
displayName | string | Display name. |
emailAddress | string | Email address. |
return | System |
public static Parse ( string mailbox ) : |
||
mailbox | string | Mailbox string. Format: ["diplay-name"<SP>]<local-part@domain>. |
return |