 | SignatureConfigurationForceBase64Encoding Property |
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool ForceBase64Encoding { get; set; }Public Property ForceBase64Encoding As Boolean
Get
Set
public:
property bool ForceBase64Encoding {
bool get ();
void set (bool value);
}member ForceBase64Encoding : bool with get, set
Property Value
Boolean
Remarks
This setting has effect in very specific situations:
DetachedSignature set to false, and large text data added to the email.
See Also