| HeaderEncoderEncode Method |
Encodes header values. Uses 'Quoted-Printable' or 'Base64', whichever is best.
Namespace:
Limilabs.Mail.Headers
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string Encode(
string text
)
Public Function Encode (
text As String
) As String
public:
String^ Encode(
String^ text
)
member Encode :
text : string -> string
Parameters
- text
- Type: SystemString
Header value to encode.
Return Value
Type:
StringEncoded header.
See Also