POP3 Delete Message

0
Hi,
sorry for a maybe stupid question.
I get a list of mails from a pop3-Mailbox
I load the mails in a loop and store the content in a datatable
If store is ok, then I want to delete the mail from the mailbox on pop3-server.
but what is the indexnumber to delete?
The loop-number?
Or have I a sequencenumber in the mailmessage-object?

thx. Wolfgang
------------------
Austria
edited 11/16/2017 12:41:33 AM
asked 8/13/2010 8:46:54 AM
add a comment

1 Answers

0
Yes, you should use sequence number to delete POP3 mail message. For more details, please see: Deleting a message and MessageInboxIndex
edited 12/4/2017 9:54:09 PM
answered 11/16/2017 12:41:33 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged pop3 or ask your own question.