after some googling without results about this I'll ask my questions:
What is the Mailkit.UniqueId
?
In the metadata of the struct is simply reads
Represents a unique identifier for messages in a MailKit.IMailFolder
1) Is it unique only for let's say the Inbox but then the Bin or Sent might have the same number again (I doubt it from the messages I have retrieved so far)
2) Is it unique for the entire imap account?
3) Is it an id produced by mailkit or by the Imap Server?
4) What controls the incrementation of this Id to ensure it's unique.
5) What are the main differences between this UniqueID and the MessageID ?