Hunny Software Library Reference

EncodedWord.EncodingType Property

Gets or sets the encoding type.

[Visual Basic]
Public Property EncodingType As Char
[C#]
public char EncodingType {get; set;}

Property Value

the transfer encoding type

Remarks

The encoding type must be one of: 'Q', 'q', 'B', 'b', or NUL. 'Q' and 'q' are equivalent and indicate the quoted-printable encoding. 'B' and 'b' are equivalent, and indicate the base64 encoding. The NUL character indicates no encoding, making this a pseudo-encoded word.

See Also

EncodedWord Class | Hunny.Mime Namespace