Author |
|
Majoka Newbie
Joined: 27 March 2007 Location: Pakistan
Online Status: Offline Posts: 2
|
Posted: 27 March 2007 at 10:23am | IP Logged
|
|
|
I am want to delete a specific email by indexing so its generate the error of Argument value is out of range". I have tested it to delete the emails from any location but its generate same error. please provide the sample code for deletion.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 27 March 2007 at 11:57am | IP Logged
|
|
|
This error means you're trying to delete a message which doesn't exist on the server. Perhaps, you specified zero message index or greater than Pop3.InboxMessageCount.
This sample shows how to delete the fist message.
Best regards,
Andrew
|
Back to Top |
|
|