Click or drag to resize

HeaderDecoderDecode Method

Decodes Base64 and Quoted-Printable strings (RFC 2047).

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public string Decode(
	string text
)

Parameters

text  String
"Tom and =?iso-8859-2?Q?Pawe=B3_Le=B6nikowski?= are..."

Return Value

String
"Tom and Paweł Leśnikowski are..."
Exceptions
ExceptionCondition
MailException The charset is not supported by the current regional options of the computer executing this method.
See Also