Add a recipient to the mail message.
Add a recipient to the mail message.
public bool AddRecipient(string,string,AddressTypes);
Overloaded adding of a recipient to the mail message, however you can pass in "TO", "CC", or "BCC"
public bool AddRecipient(string,string,string);
SmtpServer Class | SmtpServer Members | SmtpDotNet Namespace | AddressTypes