Click or drag to resize
MimeKit

Rfc2047DecodePhrase(ParserOptions, Byte) Method

Decode a phrase.

Namespace: MimeKit.Utils
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static string DecodePhrase(
	ParserOptions options,
	byte[] phrase
)

Parameters

options  ParserOptions
The parser options to use.
phrase  Byte
The phrase to decode.

Return Value

String
The decoded phrase.
Exceptions
ExceptionCondition
ArgumentNullException

options is null.

-or-

phrase is null.

Remarks
Decodes the phrase(s) within the specified buffer using the supplied parser options.
See Also