Click or drag to resize
MimeKit

IMailSpoolGetMessages(IListInt32, CancellationToken, ITransferProgress) Method

Get the messages at the specified indexes.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
IList<MimeMessage> GetMessages(
	IList<int> indexes,
	CancellationToken cancellationToken = default,
	ITransferProgress progress = null
)

Parameters

indexes  IListInt32
The indexes of the messages.
cancellationToken  CancellationToken  (Optional)
The cancellation token.
progress  ITransferProgress  (Optional)
The progress reporting mechanism.

Return Value

IListMimeMessage
The messages.
Remarks
Gets the messages at the specified indexes.
See Also