Simple Mail and Post Office Protocol for .Net (SmtPop)

QPEncoder.Encode Method (String, String)

The method encode a string into a quoted printable string. The used charset is the default system charset

public static string Encode(
   string Src,
   string Charset
);

Parameters

Src
A string to encode
Charset
The charset name (ie "utf-8" or "iso-8859-1")

Return Value

A quoted printable string

See Also

QPEncoder Class | SmtPop Namespace | QPEncoder.Encode Overload List