| Rfc2047 Class |
Utility methods for encoding and decoding rfc2047 encoded-word tokens.
Inheritance Hierarchy Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static class Rfc2047
The Rfc2047 type exposes the following members.
Methods | Name | Description |
---|
| DecodePhrase(Byte) |
Decode a phrase.
|
| DecodePhrase(ParserOptions, Byte) |
Decode a phrase.
|
| DecodePhrase(Byte, Int32, Int32) |
Decode a phrase.
|
| DecodePhrase(ParserOptions, Byte, Int32, Int32) |
Decode a phrase.
|
| DecodeText(Byte) |
Decode unstructured text.
|
| DecodeText(ParserOptions, Byte) |
Decode unstructured text.
|
| DecodeText(Byte, Int32, Int32) |
Decode unstructured text.
|
| DecodeText(ParserOptions, Byte, Int32, Int32) |
Decode unstructured text.
|
| EncodePhrase(Encoding, String) |
Encode a phrase.
|
| EncodePhrase(FormatOptions, Encoding, String) |
Encode a phrase.
|
| EncodePhrase(Encoding, String, Int32, Int32) |
Encode a phrase.
|
| EncodePhrase(FormatOptions, Encoding, String, Int32, Int32) |
Encode a phrase.
|
| EncodeText(Encoding, String) |
Encode unstructured text.
|
| EncodeText(FormatOptions, Encoding, String) |
Encode unstructured text.
|
| EncodeText(Encoding, String, Int32, Int32) |
Encode unstructured text.
|
| EncodeText(FormatOptions, Encoding, String, Int32, Int32) |
Encode unstructured text.
|
TopRemarks
Utility methods for encoding and decoding rfc2047 encoded-word tokens.
See Also