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