Miranda Posted April 7, 2005 Report Share Posted April 7, 2005 Delphi 2005.for xAnexo := 0 to ListBox1.Items.Count-1 doTIdAttachmentFile.create(idmessage.MessageParts, TFileName(ListBox1.Items.Strings[xAnexo]));Erro:[Error] principal.pas(89): E2003 Undeclared identifier: 'TIdAttachmentFile' Quote Link to comment Share on other sites More sharing options...
0 Progr'amador Posted April 8, 2005 Report Share Posted April 8, 2005 Olá Miranda,declare no uses: IdAttachmentFileé so isso! Abs. Progr'amador. Quote Link to comment Share on other sites More sharing options...
0 s3c Posted April 8, 2005 Report Share Posted April 8, 2005 Olá colega, se estiver utilizando componentes Indy, acredito que não exista TIdAttachmentFile; então tente:TIdAttachment.Create(idmessage.MessageParts, ListBox1.Items[xAnexo]);Note que você não precisa castear porque TFileName já é uma string. Quote Link to comment Share on other sites More sharing options...
0 s3c Posted April 8, 2005 Report Share Posted April 8, 2005 Olá Progr'amador, são componentes Indy? Utilizo Indy 9.0 e não existe essa unit. Quote Link to comment Share on other sites More sharing options...
0 s3c Posted April 8, 2005 Report Share Posted April 8, 2005 Desculpe, acabei de ver em:http://docs.projectindy.org/online/frames....ntFile_pas.htmlÉ da versão 10; alguém utilizou? Ele codifica o arquivo na msg sem anexá-lo ? Quote Link to comment Share on other sites More sharing options...
0 Progr'amador Posted April 8, 2005 Report Share Posted April 8, 2005 Isso mesmo!no Delphi 2005, você tem opção se quer Indy 9 ou 10.to usando sem problema,não entendi sua pergunta?Ele codifica o arquivo na msg sem anexá-lo ?Abs. Progr'amador. Quote Link to comment Share on other sites More sharing options...
0 s3c Posted April 8, 2005 Report Share Posted April 8, 2005 Olá, segundo a documentação:TIdAttachmentFile is a TIdAttachment descendant that implements a MIME-encoded attachment or inline graphic using a local file for storage of the contents of the message part.Eu queria saber se alguém já utilizou o recurso citado acima (inline graphic), ou seja, codifica uma imagem por ex diretamente no email sem anexar o arquivo. Quote Link to comment Share on other sites More sharing options...
0 Miranda Posted April 8, 2005 Author Report Share Posted April 8, 2005 ta dando esse erro aqui quando e aperto F9 (RUN)Field dlg_principal.odAnexos does not have a corresponding component. Remove the declaration? Quote Link to comment Share on other sites More sharing options...
0 Miranda Posted April 10, 2005 Author Report Share Posted April 10, 2005 alguém pode me ajudar? Quote Link to comment Share on other sites More sharing options...
Question
Miranda
Delphi 2005.
Erro:
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.