Pop3Last Method
Gets the message number of the last message ever accessed in this mailbox during actual or all prior POP3 sessions.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int Last()

Return Value

Type: Int32
On success, the message number of the last message ever accessed, or 0 if no messages have ever been accessed in the mailbox; on failure, -1.
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
Remarks
Although LAST command was originally intended for locating new messages, it was deprecated in subsequent revisions of the POP3 protocol due. Use of this command is not recommended.
See Also