Click or drag to resize
MimeKit

IMailFolderExtensionsFetchAsync Method

Overload List
 NameDescription
Public Extension MethodCode exampleFetchAsync(IMailFolder, IListUniqueId, MessageSummaryItems, CancellationToken) Asynchronously fetch the message summaries for the specified message UIDs.
Public Extension MethodFetchAsync(IMailFolder, IListInt32, MessageSummaryItems, CancellationToken) Asynchronously fetch the message summaries for the specified message indexes.
Public Extension MethodFetchAsync(IMailFolder, IListUniqueId, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Asynchronously fetch the message summaries for the specified message UIDs.
Public Extension MethodFetchAsync(IMailFolder, IListUniqueId, MessageSummaryItems, IEnumerableString, CancellationToken) Asynchronously fetch the message summaries for the specified message UIDs.
Public Extension MethodFetchAsync(IMailFolder, IListUniqueId, UInt64, MessageSummaryItems, CancellationToken) Asynchronously fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
Public Extension MethodFetchAsync(IMailFolder, IListInt32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Asynchronously fetch the message summaries for the specified message indexes.
Public Extension MethodFetchAsync(IMailFolder, IListInt32, MessageSummaryItems, IEnumerableString, CancellationToken) Asynchronously fetch the message summaries for the specified message indexes.
Public Extension MethodFetchAsync(IMailFolder, IListInt32, UInt64, MessageSummaryItems, CancellationToken) Asynchronously fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
Public Extension MethodFetchAsync(IMailFolder, Int32, Int32, MessageSummaryItems, CancellationToken) Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
Public Extension MethodFetchAsync(IMailFolder, IListUniqueId, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Asynchronously fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
Public Extension MethodFetchAsync(IMailFolder, IListUniqueId, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) Asynchronously fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
Public Extension MethodFetchAsync(IMailFolder, IListInt32, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Asynchronously fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
Public Extension MethodFetchAsync(IMailFolder, IListInt32, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) Asynchronously fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
Public Extension MethodFetchAsync(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
Public Extension MethodFetchAsync(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerableString, CancellationToken) Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
Public Extension MethodFetchAsync(IMailFolder, Int32, Int32, UInt64, MessageSummaryItems, CancellationToken) Asynchronously fetch the message summaries for the messages between the two indexes (inclusive) that have a higher mod-sequence value than the one specified.
Public Extension MethodFetchAsync(IMailFolder, Int32, Int32, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Asynchronously fetch the message summaries for the messages between the two indexes (inclusive) that have a higher mod-sequence value than the one specified.
Public Extension MethodFetchAsync(IMailFolder, Int32, Int32, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) Asynchronously fetch the message summaries for the messages between the two indexes (inclusive) that have a higher mod-sequence value than the one specified.
Top
See Also