Pop3LastAsync Method

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

Return Value

Type: TaskInt32
A task that represents the asynchronous operation. The value of TResult parameter is 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.
See Also