+1 vote

I recently bought Mail.dll and it's working great!

I have a small question though:
Is there a way to mark an email as unread?

by

1 Answer

0 votes

Use Imap.MarkMessageUnseenByUID method.

If you are using Imap.GetMessageByUID to download email messages IMAP
server automatically marks such messages as seen.

You may want to use use Imap.PeekMessageByUID instead - it works the same, but emails are not marked as seen.

by (297k points)
...