Click or drag to resize
MimeKit

ImapFolder.Fetch Method

Overload List
 NameDescription
Public methodCode exampleFetch(IList<UniqueId>, IFetchRequest, CancellationToken) Fetches the message summaries for the specified message UIDs.
Public methodFetch(IList<Int32>, IFetchRequest, CancellationToken) Fetches the message summaries for the specified message indexes.
Public methodFetch(Int32, Int32, IFetchRequest, CancellationToken) Fetches the message summaries for the messages between the two indexes, inclusive.
Top
See Also