Mime4.net Home | Community Edition | Order | Usage examples | Feedback
DecoderUtil DecodeB Method MIME4NET Class Library Documentation
Decodes an encoded word encoded with the 'B' encoding (described in RFC 2047) found in a header field body.

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

public static string DecodeB(
	string encodedWord,
	string charset
)

Return Value

Type: String
the decoded string.
See Also