Hunny Software Library Reference

QuotedPrintableEncoder.HighRiskEncodeMap Field

High risk encoding map.

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

Remarks

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

See Also

QuotedPrintableEncoder Class | Hunny.Mime Namespace