Click or drag to resize
MimeKit

IMailFolderGetHeadersAsync(Int32, CancellationToken, ITransferProgress) Method

Asynchronously get the specified message headers.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
Task<HeaderList> GetHeadersAsync(
	int index,
	CancellationToken cancellationToken = default,
	ITransferProgress progress = null
)

Parameters

index  Int32
The index of the message.
cancellationToken  CancellationToken  (Optional)
The cancellation token.
progress  ITransferProgress  (Optional)
The progress reporting mechanism.

Return Value

TaskHeaderList
The message headers.
Remarks
Asynchronously gets the specified message headers.
See Also