Author |
|
gatchaman Newbie
Joined: 17 November 2008 Location: Canada
Online Status: Offline Posts: 4
|
Posted: 18 November 2008 at 5:56pm | IP Logged
|
|
|
Hi there,
Is there a method of the pop3 object that can take an array or a string containing index numbers of specific messages to be downloaded?
eg: pop3.DownloadEntireMessages( "1,2,3,5,7,8,11,20") would download only these specific messages from the server?
Troy
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 19 November 2008 at 3:12am | IP Logged
|
|
|
There is no such method available for POP3. You may download either a single message or a range of messages.
You may either read messages you need one by one in a loop, or access your mailbox via IMAP, it's possible to retrieve any group of messages there using Imap.DownloadEntireMessages method.
Regards,
Igor
|
Back to Top |
|
|
gatchaman Newbie
Joined: 17 November 2008 Location: Canada
Online Status: Offline Posts: 4
|
Posted: 19 November 2008 at 12:07pm | IP Logged
|
|
|
Thanks Igor.
Troy
|
Back to Top |
|
|