Mime4.net Home | Community Edition | Order | Usage examples | Feedback
QuotedPrintableCodec Encode Method (String)MIME4NET Class Library Documentation
Encodes a string to QuotedPrintable

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

public static string Encode(
	string toEncode
)

Return Value

Type: String
QuotedPrintable encoded string
See Also