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.23341.1754
Syntax
public string Decode(
	string text
)

Parameters

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

Return Value

Type: 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