Author |
|
hr-pb Newbie
Joined: 06 December 2008
Online Status: Offline Posts: 12
|
Posted: 06 December 2008 at 2:51pm | IP Logged
|
|
|
I have in messagebox 300 messages.How Should I download only 10messages,save attachments on disk,and delete those 10msgs (after that in my messagebox will be 290 messages) ?
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 08 December 2008 at 5:04am | IP Logged
|
|
|
Use Pop3.DownloadEntireMessages method overload which accepts startIndex and count parameters.
To save attachments, use AttachmentCollection.SaveAll method.
Pop3.DeleteMessages method with startIndex and count parameters allows you to delete certain messages from mailbox.
Best regards,
Andrew
|
Back to Top |
|
|