Click or drag to resize
MimeKit

Rfc2047DecodePhrase(Byte) Method

Decode a phrase.

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

Parameters

phrase  Byte
The phrase to decode.

Return Value

String
The decoded phrase.
Exceptions
ExceptionCondition
ArgumentNullExceptionphrase is .
Remarks
Decodes the phrase(s) within the specified buffer using the default parser options.
See Also