| 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
)
Public Function Decode (
text As String
) As String
public:
String^ Decode(
String^ text
)
member Decode :
text : string -> string
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 Exception | Condition |
---|
MailException |
The charset is not supported by the current regional options of the computer executing this method.
|
See Also