| ApplicationPkcs7MimeCompressAsync(MimeEntity, CancellationToken) Method |
Asynchronously compress the specified entity.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static Task<ApplicationPkcs7Mime> CompressAsync(
MimeEntity entity,
CancellationToken cancellationToken = default
)
Parameters
- entity MimeEntity
- The entity.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskApplicationPkcs7MimeThe compressed entity.
Exceptions Remarks Asynchronously compresses the specified entity using the default SecureMimeContext.
Caution |
---|
Most mail clients, even among those that support S/MIME, do not support compression. |
See Also