Click or drag to resize
MimeKit

ImapFolderFetchAsync Method

Overload List
 NameDescription
Public methodCode exampleFetchAsync(IListUniqueId, IFetchRequest, CancellationToken) Asynchronously fetches the message summaries for the specified message UIDs.
Public methodFetchAsync(IListInt32, IFetchRequest, CancellationToken) Asynchronously fetches the message summaries for the specified message indexes.
Public methodFetchAsync(Int32, Int32, IFetchRequest, CancellationToken) Asynchronously fetches the message summaries for the messages between the two indexes, inclusive.
Top
See Also