A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mimekit.net/docs/html/M_MailKit_Net_Imap_ImapFolder_FetchAsync_2.htm below:

ImapFolderFetchAsync(Int32, Int32, IFetchRequest, CancellationToken) Method

ImapFolderFetchAsync(Int32, Int32, IFetchRequest, CancellationToken) Method

Asynchronously fetches the message summaries for the messages between the two indexes, inclusive.


Namespace: MailKit.Net.Imap
Assembly:

MailKit (in MailKit.dll) Version: 4.12.1

Syntax
public override Task<IList<IMessageSummary>> FetchAsync(
	int min,
	int max,
	IFetchRequest request,
	CancellationToken cancellationToken = default
)
Parameters
min  Int32
The minimum index.
max  Int32
The maximum index, or -1 to specify no upper bound.
request  IFetchRequest
The fetch request.
cancellationToken  CancellationToken  (Optional)
The cancellation token.
Return ValueTaskIListIMessageSummary

An enumeration of summaries for the requested messages.

ImplementsIMailFolderFetchAsync(Int32, Int32, IFetchRequest, CancellationToken)
IMailFolderFetchAsync(Int32, Int32, IFetchRequest, CancellationToken)
Exceptions Remarks

Fetches the message summaries for the messages between the two indexes, inclusive.

It should be noted that if another client has modified any message in the folder, the IMAP server may choose to return information that was not explicitly requested. It is therefore important to be prepared to handle both additional fields on a IMessageSummary for messages that were requested as well as summaries for messages that were not requested at all.

See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4