Click or drag to resize

SignatureConfigurationForceBase64Encoding Property

Some older system may have problems recognizing ApplicationPkcs7Mime entities encoded with anything else than Base64. This setting forces Base64 encoding, even when for example QuotedPrintable would be more efficient choice.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool ForceBase64Encoding { get; set; }

Property Value

Type: Boolean
Remarks
This setting has effect in very specific situations: DetachedSignature set to false, and large text data added to the email.
See Also