Вниз
Скачать: CL | DM;

Проблема с аттачем with indy   Найти похожие ветки 

 
Shil ©   (2002-07-30 18:12) [0]

var
MsgIn,MsgOut: TIdMessage;


begin
pop.Connect;
AmoMes := pop.CheckMessages;//получение кол-ва писем в ящике
if AmoMes = 0 then
begin
end
else
While AmoMes >0 do
begin
If Not pop.Connected then pop.Connect;
Bodyrec:=false;
MsgIn:= TIdMessage.Create(self);
If pop.Retrieve(1,MsgIn) then
Begin
pop.Delete(1);
pop.Disconnect;
If MsgIn.MessageParts[I].ClassName = "TIdAttachment" then
TIdAttachment(MsgIn.MessageParts.Items[i]).SaveToFile (AttachDick+TIdAttachment(MsgIn.MessageParts.Items[i]).FileName);
end;
MsgIN.Recipients.EMailAddresses:="shil@ctinet.ru"
IdSMTP1.Send(MsgIN);
end;
end.

IdSMTP1.Send(MsgIN) Именно в этом месте прога и ломаеться:( Пишит что не возможно открыть файл имя файла такое С:\Temp\id37+"имя файла",


 
Shil ©   (2002-07-31 09:53) [1]

ПОмогите ПЛИЗЗЗЗЗ



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.014 c
14-35454
Digitalloops
2002-07-17 21:56
2002.08.12
Сколько стоит монитор?


3-35134
RDA
2002-07-20 20:24
2002.08.12
Простой вопрос


3-35176
Sour
2002-07-19 21:11
2002.08.12
GDB -> DBF


3-35221
Loco
2002-07-24 13:02
2002.08.12
Форматы


1-35332
qube
2002-07-30 10:09
2002.08.12
Есть ли для Delphi функции для работы с регулярными выражениями?




   Наверх