DecoderUtil.DecodeEncodedWords Method 

Decodes a string containing encoded words as defined by RFC 2047. Encoded words in have the form =?charset?enc?Encoded word?= where enc is either 'Q' or 'q' for quoted-printable and 'B' or 'b' for Base64.

public static string DecodeEncodedWords(
   string body
);

Parameters

body
the string to decode.

Return Value

the decoded string.

See Also

DecoderUtil Class | NI.Email.Mime.Decoder Namespace