Click or drag to resize
MimeKit

IMailFolderExtensionsFetch Method

Overload List
 NameDescription
Public Extension MethodCode exampleFetch(IMailFolder, IListUniqueId, MessageSummaryItems, CancellationToken) Fetch the message summaries for the specified message UIDs.
Public Extension MethodFetch(IMailFolder, IListInt32, MessageSummaryItems, CancellationToken) Fetch the message summaries for the specified message indexes.
Public Extension MethodFetch(IMailFolder, IListUniqueId, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Fetch the message summaries for the specified message UIDs.
Public Extension MethodFetch(IMailFolder, IListUniqueId, MessageSummaryItems, IEnumerableString, CancellationToken) Fetch the message summaries for the specified message UIDs.
Public Extension MethodFetch(IMailFolder, IListUniqueId, UInt64, MessageSummaryItems, CancellationToken) Fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
Public Extension MethodFetch(IMailFolder, IListInt32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Fetch the message summaries for the specified message indexes.
Public Extension MethodFetch(IMailFolder, IListInt32, MessageSummaryItems, IEnumerableString, CancellationToken) Fetch the message summaries for the specified message indexes.
Public Extension MethodFetch(IMailFolder, IListInt32, UInt64, MessageSummaryItems, CancellationToken) Fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
Public Extension MethodFetch(IMailFolder, Int32, Int32, MessageSummaryItems, CancellationToken) Fetch the message summaries for the messages between the two indexes, inclusive.
Public Extension MethodFetch(IMailFolder, IListUniqueId, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
Public Extension MethodFetch(IMailFolder, IListUniqueId, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) Fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
Public Extension MethodFetch(IMailFolder, IListInt32, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
Public Extension MethodFetch(IMailFolder, IListInt32, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) Fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
Public Extension MethodFetch(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Fetch the message summaries for the messages between the two indexes, inclusive.
Public Extension MethodFetch(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerableString, CancellationToken) Fetch the message summaries for the messages between the two indexes, inclusive.
Public Extension MethodFetch(IMailFolder, Int32, Int32, UInt64, MessageSummaryItems, CancellationToken) 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 MethodFetch(IMailFolder, Int32, Int32, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) 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 MethodFetch(IMailFolder, Int32, Int32, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) 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