Method | Description | |
---|---|---|
Add ( this source, string address, string displayName ) : void |
Adds an email address to the end of the System.Net.Mail.MailAddressCollection
|
public static Add ( this source, string address, string displayName ) : void | ||
source | this | |
address | string | A System.String that contains an e-mail address. |
displayName | string | A System.String that contains the display name associated with address. |
return | void |