Add a To address to the Headers. This will also be used during the "RCPT TO" SMTP negotiation
[Visual Basic] Public Sub AddToAddress( _ ByVal email As String _ ) [C#] public void AddToAddress( string email ); [C++] public: void AddToAddress( String* email ); [JScript] public function AddToAddress( String email );
EmailMessage Class | DotNetOpenMail Namespace | EmailMessage.AddToAddress Overload List