You can use Imap.MarkMessageUnseenByUID method it removes \Seen flag from the specified email.
Depending on your scenario you may want to use Imap.PeekMessageByUID instead of Imap.GetMessageByUID, so you don't mark messages as seen when downloading them.