|
Hi I think this is my last question, I'm using IMAP for list messages, retrive headers and extract some content for the mails, all this works perfect. The last thing to do is marke the message as readed. I found code to copy the message to another folder and delete and purge, as I'm using Gmail account, I prefer only mark the message as read, it's important because I check only for new messages to extract information of them. Using VB.Net Thanks for your help. |
|
Rebex IMAP marks messages as Seen (that's what read messages are called in IMAP) when you call If you need to mark messages as Seen without using one of these methods, use the
|