Pop3DownloadMessageHeadersAsync Method (Int32, Int32) |
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Task<MailMessageCollection> DownloadMessageHeadersAsync(
int startIndex,
int count
)
Public Function DownloadMessageHeadersAsync (
startIndex As Integer,
count As Integer
) As Task(Of MailMessageCollection)
Parameters
- startIndex
- Type: SystemInt32
The ordinal position (in the inbox) of the first message
in the range to be downloaded. - count
- Type: SystemInt32
Number of messages to be downloaded, or -1 to
indicate that all messages in the range startIndex to
InboxMessageCount must be downloaded.
Return Value
Type:
TaskMailMessageCollectionA task that represents the asynchronous operation.
On success, the value of
TResult parameter is a
MailMessageCollection object containing the downloaded message headers;
otherwise, a null reference (
Nothing in Visual Basic).
Exceptions
See Also