Pop3GetMessageUidsAsync Method

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Task<string[]> GetMessageUidsAsync()

Return Value

Type: TaskString
A task that represents the asynchronous operation. The value of TResult parameter is a zero-based array of Unique-ID strings of all messages in the inbox or a null reference (Nothing in Visual Basic) in case of an error.
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
See Also