Pop3GetMessageSizesAsync Method |
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Task<int[]> GetMessageSizesAsync()
Public Function GetMessageSizesAsync As Task(Of Integer())
Return Value
Type:
TaskInt32A task that represents the asynchronous operation.
The value of
TResult parameter is a zero-based array of lengths (in bytes) of all messages in the inbox
or a null reference (
Nothing in Visual Basic) in case of an error.
Exceptions
See Also