Search the web
Sign In
New User? Sign Up
tmail2000
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 487 - 516 of 798   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
487
Hi your delphi-component Mail2000 v1.10.3 has a problem with the date-field. when a date has more then one space between the data-fields, the product is a nice...
coyote2@...
coyote_98765
Offline Send Email
Jul 5, 2002
4:47 pm
488
Marcello, are you still developing and supporting you Mail2000 component? What is the current status of it? []'s Roger ... Marcello, você ainda está...
rreghin
Offline Send Email
Jul 9, 2002
6:36 pm
489
Hi Mr Roger, Nowadays, I am very busy to continue improvements of Mail2000. All suggestions are being considered and will be implemented as soon as possible....
Marcello
mycelo
Offline Send Email
Jul 11, 2002
10:14 am
490
how to send mail and delivery report?...
komuvesdelphi
Offline Send Email
Jul 23, 2002
2:25 pm
491
Does anyone out there know what to do so that Norton antivirus will automatically recognise an email program developed with Mail2000. Roy...
Roy Lambert
nlhassociates
Offline Send Email
Jul 31, 2002
7:49 am
492
Roy ... Isn't that a function of Windows MAPI? So if you set the app up to be the default mail handler, Norton processes it and sends it along the way I think....
Neal Laugman
neal1047
Offline Send Email
Jul 31, 2002
2:54 pm
493
Neal Nice to meet you here as well. You might be right since both Eudora & OE have MAPI capabilities whereas mine doesn't. I've come up with an answer though...
Roy Lambert
nlhassociates
Offline Send Email
Jul 31, 2002
3:23 pm
494
Hi, Marcello Tavares: The attached .EML has one attchment (a XML file) in Outlook Express. But after Load this EML message and use `FindParts' operation,...
Kuan-Ta Chen
kuan@...
Send Email
Aug 5, 2002
6:11 am
495
Hi all I encountered this whilst looking for something else and I like it so much I want to share it. Roy...
Roy Lambert
nlhassociates
Offline Send Email
Aug 14, 2002
8:21 am
496
I just downloaded the compnents to test, they look great but the demo program always gives me a malformed address error no matter what I do. I am entering the...
chris_lawless2000
chris_lawles...
Offline Send Email
Aug 20, 2002
6:44 pm
497
Mr Chris, Are you adding the destination address to the list or just typing it on the field? Are you saving the fields to the header? Please observe the header...
Marcello
mycelo
Offline Send Email
Aug 21, 2002
9:58 am
498
Hi ... There's a bug in the code, it sends clear triangles at last (e.g. TO: <myaddress@...>,<> instead of <myaddress@...>) Now I found it. ...
Andreas Pothe
andidasmacht...
Offline Send Email
Aug 21, 2002
11:09 am
499
Does anybody know how many e-mail addresses is it possible to include in the Bcc List at once? I tried to include 50 but it is not working. [ ]s Eng. Alvaro...
<% Alvaro Augusto de ...
alvaug
Offline Send Email
Aug 21, 2002
2:12 pm
500
It depends on what you mean by "but it is not working". Is Mail2000 refusing to send the mail, does the program crash, or is your ISP returning the mail. I...
Roy Lambert
nlhassociates
Offline Send Email
Aug 21, 2002
2:39 pm
501
That fixed it, great! Thanks Andreas. I can now send mail, now to try sending HTML email with embedded images... are there more examples anywhere out there? ...
Chris Lawless
chris_lawles...
Offline Send Email
Aug 22, 2002
3:09 pm
502
Dear Sirs, I have to include a comma after the string because the property CommaText (at least until Delphi 5) parse something like "a,b," as having two itens,...
Marcello
mycelo
Offline Send Email
Aug 22, 2002
4:54 pm
503
I'm afraid it has to do with that bloody ISP! That comes to another question: how can I detect when the ISP timed out? Further, where can I get a list of all...
<% Alvaro Augusto de ...
alvaug
Offline Send Email
Aug 26, 2002
2:45 am
504
Mr Alvaro, Almost all SMTP servers are likely to refuse large receipt lists. This is not a timeout, your ISP has a fixed limit for the maximum number of...
Marcello
mycelo
Offline Send Email
Aug 26, 2002
10:34 am
505
Hi, I'm new to this group. I found your component really interesting! Congratulations! I'm working on some SMTP authentication issues and I'd like to try some...
Magdalena Servente
mservente@...
Send Email
Aug 26, 2002
3:21 pm
506
Hi Magdalena, Sorry, I have no idea, but this list is very populated and maybe someone be able to help you properly. Thanks for the commendations! Regards, ......
Marcello
mycelo
Offline Send Email
Aug 26, 2002
11:03 pm
507
Hello, I'am use the version 1.10.3 to read my outlook-folder. Until now the mail.pas work fine, but now I received the message above. Is there a contex with an...
tstahmer2001
Offline Send Email
Aug 28, 2002
8:14 am
508
Hi Mr Stahmer, I'm not really sure, but this error message usualy happens when your SMTP server is refusing your requested relay. Neither the sender and the...
Marcello
mycelo
Offline Send Email
Aug 28, 2002
9:37 am
509
Hi Mr. Tavares, the message comes until the connection to the server. I use the same host and password entrys as in outlook. I have two profiles on my account....
tstahmer2001
Offline Send Email
Aug 28, 2002
9:52 am
510
Hi, can you please give some more information about your setup.... Required information is: 1) you're trying to open a simple POP3 session with your...
phryzer
Offline Send Email
Aug 28, 2002
10:54 am
511
Hi, I'm using your component in an app and I want it to show the smtp server responses in a log window. How do I do this (since the receivedata event is not...
Benny_Giesbers
Offline Send Email
Sep 13, 2002
1:26 pm
512
msg.RemoveTextPlain; msg.RemoveTextHTML; if radiobutton2.checked then begin msg.SetTextHTML(temp.Lines.Text); else msg.SetTextplain(temp.Lines.text); ...
Benny_Giesbers
Offline Send Email
Sep 16, 2002
12:34 am
513
... don't bother replying. i already found a solution....
Benny_Giesbers
Offline Send Email
Sep 19, 2002
2:16 pm
514
Hello all, here Barry speaking. The onProgress event of the POP component is giving me some trouble. Sometimes (not always...) the component does not trigger...
maegnas2002
Offline Send Email
Sep 27, 2002
9:05 pm
515
Hi Mr Matinus, The OnProgress event was never accurate neither reliable. I got into some trouble when I tryied to fix it, but I decided to leave it on the...
Marcello
mycelo
Offline Send Email
Sep 30, 2002
11:02 am
516
Hi Marcello Love your work. You may have already found & fixed these but in version 1.10.3 TMailMessage2000.Destroy; Should "inherited Destroy" be at bottom,...
jackkenyon1956
Offline Send Email
Oct 23, 2002
1:38 pm
Messages 487 - 516 of 798   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help