VOOZH about

URL: https://mimekit.net/docs/html/Overload_MailKit_IMailFolderExtensions_Fetch.htm

⇱ IMailFolderExtensions.Fetch Method


MailKit Documentation
API Reference
MailKit
IMailFolderExtensions Class
IMailFolderExtensions Methods
Fetch Method
Fetch(IMailFolder, IList<UniqueId>, MessageSummaryItems, CancellationToken) Method
Fetch(IMailFolder, IList<Int32>, MessageSummaryItems, CancellationToken) Method
Fetch(IMailFolder, IList<UniqueId>, MessageSummaryItems, IEnumerable<HeaderId>, CancellationToken) Method
Fetch(IMailFolder, IList<UniqueId>, MessageSummaryItems, IEnumerable<String>, CancellationToken) Method
Fetch(IMailFolder, IList<UniqueId>, UInt64, MessageSummaryItems, CancellationToken) Method
Fetch(IMailFolder, IList<Int32>, MessageSummaryItems, IEnumerable<HeaderId>, CancellationToken) Method
Fetch(IMailFolder, IList<Int32>, MessageSummaryItems, IEnumerable<String>, CancellationToken) Method
Fetch(IMailFolder, IList<Int32>, UInt64, MessageSummaryItems, CancellationToken) Method
Fetch(IMailFolder, Int32, Int32, MessageSummaryItems, CancellationToken) Method
Fetch(IMailFolder, IList<UniqueId>, UInt64, MessageSummaryItems, IEnumerable<HeaderId>, CancellationToken) Method
Fetch(IMailFolder, IList<UniqueId>, UInt64, MessageSummaryItems, IEnumerable<String>, CancellationToken) Method
Fetch(IMailFolder, IList<Int32>, UInt64, MessageSummaryItems, IEnumerable<HeaderId>, CancellationToken) Method
Fetch(IMailFolder, IList<Int32>, UInt64, MessageSummaryItems, IEnumerable<String>, CancellationToken) Method
Fetch(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerable<HeaderId>, CancellationToken) Method
Fetch(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerable<String>, CancellationToken) Method
Fetch(IMailFolder, Int32, Int32, UInt64, MessageSummaryItems, CancellationToken) Method
Fetch(IMailFolder, Int32, Int32, UInt64, MessageSummaryItems, IEnumerable<HeaderId>, CancellationToken) Method
Fetch(IMailFolder, Int32, Int32, UInt64, MessageSummaryItems, IEnumerable<String>, CancellationToken) Method
👁 MimeKit

IMailFolderExtensionsFetch Method

👁 Image
Overload List
 NameDescription
👁 Public Extension Method
👁 Code example
Fetch(IMailFolder, IListUniqueId, MessageSummaryItems, CancellationToken) Fetch the message summaries for the specified message UIDs.
👁 Public Extension Method
Fetch(IMailFolder, IListInt32, MessageSummaryItems, CancellationToken) Fetch the message summaries for the specified message indexes.
👁 Public Extension Method
Fetch(IMailFolder, IListUniqueId, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Fetch the message summaries for the specified message UIDs.
👁 Public Extension Method
Fetch(IMailFolder, IListUniqueId, MessageSummaryItems, IEnumerableString, CancellationToken) Fetch the message summaries for the specified message UIDs.
👁 Public Extension Method
Fetch(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 Method
Fetch(IMailFolder, IListInt32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Fetch the message summaries for the specified message indexes.
👁 Public Extension Method
Fetch(IMailFolder, IListInt32, MessageSummaryItems, IEnumerableString, CancellationToken) Fetch the message summaries for the specified message indexes.
👁 Public Extension Method
Fetch(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 Method
Fetch(IMailFolder, Int32, Int32, MessageSummaryItems, CancellationToken) Fetch the message summaries for the messages between the two indexes, inclusive.
👁 Public Extension Method
Fetch(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 Method
Fetch(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 Method
Fetch(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 Method
Fetch(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 Method
Fetch(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) Fetch the message summaries for the messages between the two indexes, inclusive.
👁 Public Extension Method
Fetch(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerableString, CancellationToken) Fetch the message summaries for the messages between the two indexes, inclusive.
👁 Public Extension Method
Fetch(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 Method
Fetch(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 Method
Fetch(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
👁 Image
See Also