Hunny Software Library Reference

QuotedPrintableEncoderW.LowRiskEncodeMap Field

Low risk encoding map.

[Visual Basic]
Public Shared ReadOnly LowRiskEncodeMap As Byte()
[C#]
public static readonly byte[] LowRiskEncodeMap;

Remarks

This byte array acts as a look-up table that determines precisely which characters are encoded using the hex encoding. This map specifies that hex encoding should be used for the following categories of characters:

See Also

QuotedPrintableEncoderW Class | Hunny.Mime Namespace