Gets the message number of the last message ever accessed in this mailbox during actual
or all prior POP3 sessions.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax Public Function Last As Integer
Return Value
Type:
Int32On 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 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