| SignatureConfigurationForceBase64Encoding Property |
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
BooleanRemarks
This setting has effect in very specific situations:
DetachedSignature set to false, and large text data added to the email.
See Also