Retrieve emails in descending/reverse order using MAILKIT c#
问题 I am using mailkit currently to retrieve emails. I am using this code : var message = inbox.GetMessage(i); Emails Email = new Emails; Email.From = message.From.ToString; Email.EmailDate = message.Date.ToString; InboxMails.Add(Email); The problem is, as I am just retrieving the Date s, I can see that the emails are retrieved in the reverse order. I mean, Mailkit fetches the emails from the last email to the first where it should fetch from first to last. E.g. the last email in my mailbox is