Ver Mensaje Individual
  #3  
Antiguo 27-04-2008
Avatar de MaMu
MaMu MaMu is offline
Miembro
 
Registrado: abr 2006
Ubicación: Argentina
Posts: 863
Reputación: 19
MaMu Va por buen camino
Tambien tengo este problema, quiero asignar un adjunto asi

Código Delphi [-]
 
TIdAttachment.Create(IdMessage1.MessageParts,adjunto);

Pero me dice que TIdAttachment no lo reconoce.

Que unit me olvidé? como lo arreglo?

Saludos
__________________
Código Delphi [-]
 
try 
ProgramarMicro(80C52,'Intel',MnHex,True);
except
On Exception do
MicroChip.IsPresent(True);
end;
Responder Con Cita