David Bridges wrote:
>> 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)?

Yes please, it includes all fixes as well as interisting new features. 

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
-- 
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