I have implemented IMAP Idle client using this example.
https://github.com/jstedfast/MailKit/blob/master/Documentation/Examples/ImapIdleExample.cs
I have millions of emails. I am saving message ids of emails as I am reading them.
In an event where computer/server hosting code is shutdown or restarted.
Is it possible to start reading emails after specific message id.
I do not want re fetch all emails which are already read by code.