| Name | Description |
---|
| Fetch(IMailFolder, IListUniqueId, MessageSummaryItems, CancellationToken) |
Fetch the message summaries for the specified message UIDs.
|
| Fetch(IMailFolder, IListInt32, MessageSummaryItems, CancellationToken) |
Fetch the message summaries for the specified message indexes.
|
| Fetch(IMailFolder, IListUniqueId, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) |
Fetch the message summaries for the specified message UIDs.
|
| Fetch(IMailFolder, IListUniqueId, MessageSummaryItems, IEnumerableString, CancellationToken) |
Fetch the message summaries for the specified message UIDs.
|
| 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.
|
| Fetch(IMailFolder, IListInt32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) |
Fetch the message summaries for the specified message indexes.
|
| Fetch(IMailFolder, IListInt32, MessageSummaryItems, IEnumerableString, CancellationToken) |
Fetch the message summaries for the specified message indexes.
|
| 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.
|
| Fetch(IMailFolder, Int32, Int32, MessageSummaryItems, CancellationToken) |
Fetch the message summaries for the messages between the two indexes, inclusive.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| Fetch(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) |
Fetch the message summaries for the messages between the two indexes, inclusive.
|
| Fetch(IMailFolder, Int32, Int32, MessageSummaryItems, IEnumerableString, CancellationToken) |
Fetch the message summaries for the messages between the two indexes, inclusive.
|
| 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.
|
| 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.
|
| 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.
|