Mime4.net Home | Community Edition | Order | Usage examples | Feedback
DecoderUtil EncodeWords Method MIME4NET Class Library Documentation
Encodes a string as defined by RFC 2047. Encoded words in have the form =?charset?enc?Encoded word?= where enc is 'Q' or 'q' stands 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 EncodeWords(
	string body
)

Return Value

Type: String
the encoded string.
See Also