Fetch the message summaries for the messages between the two indexes, inclusive.
MailKit (in MailKit.dll) Version: 4.12.1
Syntaxpublic static IList<IMessageSummary> Fetch( this IMailFolder folder, int min, int max, MessageSummaryItems items, IEnumerable<string> headers, CancellationToken cancellationToken = default )Parameters
An enumeration of summaries for the requested messages.
Usage NoteIn Visual Basic and C#, you can call this method as an instance method on any object of type
IMailFolder. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)or
Extension Methods (C# Programming Guide).
Exceptions RemarksFetches the message summaries for the messages between the two indexes, inclusive.
It should be noted that if another client has modified any message in the folder, the mail service may choose to return information that was not explicitly requested. It is therefore important to be prepared to handle both additional fields on a IMessageSummary for messages that were requested as well as summaries for messages that were not requested at all.
See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4