DecoderUtil.DecodeQ Method 

Decodes an encoded word encoded with the 'Q' encoding (described in RFC 2047) found in a header field body.

public static string DecodeQ(
   string encodedWord,
   string charset
);

Parameters

encodedWord
the encoded word to decode.
charset
the .NET charset to use.

Return Value

the decoded string.

See Also

DecoderUtil Class | NI.Email.Mime.Decoder Namespace