Click or drag to resize
MimeKit

ImapFolderGetHeadersAsync Method

Overload List
 NameDescription
Public methodGetHeadersAsync(Int32, CancellationToken, ITransferProgress) Asynchronously get the specified message headers.
Public methodGetHeadersAsync(UniqueId, CancellationToken, ITransferProgress) Asynchronously get the specified message headers.
Public methodGetHeadersAsync(Int32, BodyPart, CancellationToken, ITransferProgress) Asynchronously get the specified body part headers.
Public methodGetHeadersAsync(Int32, String, CancellationToken, ITransferProgress) Asynchronously get the specified body part headers.
Public methodGetHeadersAsync(UniqueId, BodyPart, CancellationToken, ITransferProgress) Asynchronously get the specified body part headers.
Public methodGetHeadersAsync(UniqueId, String, CancellationToken, ITransferProgress) Asynchronously get the specified body part headers.
Top
See Also