| ApplicationPkcs7MimeCompress(MimeEntity, CancellationToken) Method |
Compress the specified entity.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static ApplicationPkcs7Mime Compress(
MimeEntity entity,
CancellationToken cancellationToken = default
)
Parameters
- entity MimeEntity
- The entity.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
ApplicationPkcs7MimeThe compressed entity.
Exceptions Remarks 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