| Rfc2047DecodePhrase(ParserOptions, Byte) Method |
Decode a phrase.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string DecodePhrase(
ParserOptions options,
byte[] phrase
)
Parameters
- options ParserOptions
- The parser options to use.
- phrase Byte
- The phrase to decode.
Return Value
StringThe decoded phrase.
Exceptions Remarks
Decodes the phrase(s) within the specified buffer using the supplied parser options.
See Also