Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 May : Indy 10 Attachments

www.cryer.info
Managed Newsgroup Archive

Indy 10 Attachments

Subject:Indy 10 Attachments
Posted by:"Bill Miller" (w2m..@hicomponents00.com)
Date:Tue, 15 May 2007 18:33:56

I manged to find some Indy 9 code to send an email I think that actually
works (from About.com) except for attachments.

where is TIdAttachmentFile defined?

if FileExists(ledAttachment.Text) then
    TIdAttachmentFile.Create(MailMessage.MessageParts, ledAttachment.Text);
<- TIdAttachmentFile is not defined.

Is this correct for Indy 10?

Thank-you

Bill

Replies:

www.cryer.info
Managed Newsgroup Archive