|  | IImapFolderGetBodyPartAsync(UniqueId, String, CancellationToken, ITransferProgress) Method | 
            Asynchronously get the specified body part.
            
Namespace: MailKit.Net.ImapAssembly: MailKit (in MailKit.dll) Version: 4.12.1
 Syntax
SyntaxTask<MimeEntity> GetBodyPartAsync(
	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
TaskMimeEntityThe body part.
 Exceptions
Exceptions Remarks
RemarksGets the specified body part.
 See Also
See Also