| Rfc2047 Methods |
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.
|
TopSee Also