|  | IImapFolderGetHeaders(UniqueId, String, CancellationToken, ITransferProgress) Method | 
            Get the specified body part headers.
            
Namespace: MailKit.Net.ImapAssembly: MailKit (in MailKit.dll) Version: 4.12.1
 Syntax
SyntaxHeaderList GetHeaders(
	UniqueId uid,
	string partSpecifier,
	CancellationToken cancellationToken = default,
	ITransferProgress progress = null
)
Parameters
- uid  UniqueId
- The UID of the message.
- partSpecifier  String
- The body part specifier.
- cancellationToken  CancellationToken  (Optional)
- The cancellation token.
- progress  ITransferProgress  (Optional)
- The progress reporting mechanism.
Return Value
HeaderListThe body part headers.
 Exceptions
Exceptions Remarks
Remarks
            Gets the specified body part headers.
            
 See Also
See Also