Adds a 'TO' recipient to a MailMessage.
public bool AddTo(string);
Adds a recipient to a MailMessage, with both an email address and a name.
public bool AddTo(string,string);
EmailMessage Class | aspNetEmail Namespace