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

QPEncoder.Decode Method 

Decodes a quoted printable string

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

Parameters

Src
A string containing quoted printable text
Charset
The charset of the string

Return Value

A string containing the decoded string

See Also

QPEncoder Class | SmtPop Namespace