| View previous topic :: View next topic |
| Author |
Message |
Bill Miller Guest
|
Posted: Wed May 16, 2007 3:33 am Post subject: Indy 10 Attachments |
|
|
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 |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed May 16, 2007 4:20 am Post subject: Re: Indy 10 Attachments |
|
|
"Bill Miller" <w2m00 (AT) hicomponents00 (DOT) com> wrote in message
news:464a3553$1 (AT) newsgroups (DOT) borland.com...
| Quote: | where is TIdAttachmentFile defined?
|
The 'IdAttachmentFile' unit.
Gambit |
|
| Back to top |
|
 |
Dennis Passmore Guest
|
Posted: Fri May 18, 2007 1:22 am Post subject: Re: Indy 10 Attachments |
|
|
| Quote: | Is this correct for Indy 10?
|
yes for Indy 10 but not in Indy 9 |
|
| Back to top |
|
 |
|