> Of course, see the MailSnd demo search for method Auth.
>
> procedure TSmtpTestForm.AuthButtonClick(Sender: TObject);
> begin
>    FAllInOneFlag              := FALSE;
>    SmtpClient.Username        := UsernameEdit.Text;
>    SmtpClient.Password        := PasswordEdit.Text;
>    SmtpClient.AuthType        := TSmtpAuthType(AuthComboBox.ItemIndex);
>    SmtpClient.Auth;
> end;
>
I don't have this method.  I downloaded the latest ICS-V5 Distribution, 
should I have downloaded the ICS V5 for Delphi/C++ Builder Beta (Nov 11, 
2006)? 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to