Mime4.net Home | Community Edition | Order | Usage examples | Feedback
DecoderUtil DecodeEncodedWords Method MIME4NET Class Library Documentation
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.

Namespace: NI.Email.Mime.Decoder
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public static string DecodeEncodedWords(
	string body
)

Return Value

Type: String
the decoded string.
See Also