0 votes

unread mail isn't showing in bold anymore

by

1 Answer

0 votes
 
Best answer

This means that your email is no longer unread, it no longer has \UNSEEN flag.

Consider using Imap.PeekMessageByUID method instead of Imap.GetMessageByUID.

You can also use Imap.MarkMessageSeenByUID and Imap.MarkMessageUnseenByUID to toggle seen/unseen state.

by (297k points)
selected by
...