Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Oct : POP3, Delphi 2005 + Indy 10
| Subject: | POP3, Delphi 2005 + Indy 10 |
| Posted by: | "Sam" (sandeep.matt..@gmail.com) |
| Date: | 10 Oct 2005 04:26:34 |
Hi
I am trying to write POP3 mail downloader using Indy 10.0 D2005, and
have problem with Deleting the Emails from pop3 server.
i am using following code.
If not POP.Delete(intindex) then
showmessage('Message Not Deleted');
any suggestions