Kunikazu Many thanks for your help. what you sent me worked very well. Should I be able to embed more that one picture file? Is this also supposed to...
Hi I am sending en email to 250 recipients. The email has several embedded attachments. After it has sent about 15 emails, the message... "Out of Memory while...
Hi Mr John, Make sure you have the lastest version of the code, and search the discussion list threads for memory leaks issues. I currently have no memory...
Olá, Marcelo. Parabéns pelo componente que criou, é muito bom mesmo. Bem, gostaria de saber como posso enviar, com esse componente, um e-mail com uma imagem...
fmluciano@...
Dec 17, 2001 3:02 pm
242
Hello there, Actually, try using it in a DLL that creates only one message at a time. What happens in my case is that FSubPartList in TMailPart contains the...
Hi again, I absolutely forgot to say: I compiled the code under Delphi 3 and after commenting everything but bits responsible for TMailMessage2000 only and...
Hello Panda: Sorry to bug you like this, but I really don't have a clue to the standard NMSMTP component provided by Delphi. The problem is that the email...
Leon Hong
hleon@...
Dec 24, 2001 1:18 pm
245
Hi I've just switched to Mail2000 from Indy - it looks easier, smaller and faster. I've subscribed to this group so I'll get new messages but I'd like to be...
I downloaded Mail 2000 version 1.10.1 from Torry's pages. The latest version downloadable from this group is 1.9.5. Is this group still active? I notice a lot...
I've made a small correction in MailDateToDelphiDate() and it seems to solve the date issue (using the code from the previous date fix). I changed the line: if...
Please, How to sent a e-mail trough ADSL? _________________________________________________________ Oi! Você quer um iG-mail gratuito? Então clique aqui:...
Hi, i am searching for a function to read the mailtext but i want to skip the attachment, so that i can list only Header and plain-text from the mail. Is it...
Tornados@...
Jan 9, 2002 2:29 pm
255
... Try something like this. MailMessage: TMailMessage2000; MailMessage.SetLabelValue('X-Priority', '1'); There are many different mail client implemantations,...
... Yes it is possible. 1. Set the mail message source to MessageSource . 2. Then you can get the Header and PlainText by property Header and property...
Ah, thanks guys. I fell into the "Latest message at the bottom of the list" trap. Sorry, I did not look closely enough Next time I'll even put a subject in my...
There is a way to know size and priority of any messages on my account? Thank you...
megabitit
martinemail@...
Jan 13, 2002 10:16 pm
260
// Priority of Message \\ if Trim( MailMessage.GetLabelValue( 'X-Priority' ) ) <> '' then begin case MailMessage.GetLabelValue( 'X-Priority' )[ 1 ] of '1':...
Anderson
andermuller@...
Jan 14, 2002 12:01 pm
261
Please! How can i send email through high net (ADSL)? Help!!!! _________________________________________________________ Oi! Você quer um iG-mail gratuito? ...
fmluciano@...
Jan 14, 2002 2:45 pm
262
Hi Mr. Luciano, You have to attach this picture as embebbed, see the parameters of Attach method, and in the HTML doc, you must reference this picture as ...
To get size of a message, use SessionMessageSize[message-number] after connection and login. Regards, ... Message \\ ... ===== Marcello "Panda" Tavares ...
Hi ... There's technically no difference for a software program between sending email through ADSL and sending via orginally analog modem , as long as you set...
Hi. I found that it's not easy to read the mailer deamon's error mails, because its Content-Type = multipart/report and TMailMessage2000 doesn't parse it...
Hi Mr Mike, That's correct, however, you have to notice that Loop-1 can be out of bounds in the first iteration. If your Delphi's range checking is disabled,...