EnvelopeCollectionReverse Method
Reverses the order of the list of the messages that are stored in the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Reverse()
Remarks

For instance, this method can be used to display the list of message envelopes received from mail server in descending order (from new to old ones). By default, mail server returns message envelopes in ascending order (from old to new ones). This method allows the developer to have this collection re-sorted in descending order.

This method is a counterpart of the similar Reverse method of MailMessageCollection class.

See Also