QuotedPrintable
Overview
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.Messages.Mime.Decode
Class Methods
DecodeContentTransferEncoding virtual
class method DecodeContentTransferEncoding(toDecode: String): array of Byte
static Byte[] DecodeContentTransferEncoding(String toDecode)
static func DecodeContentTransferEncoding(_ toDecode: String) -> Byte...
Shared Function DecodeContentTransferEncoding(toDecode As String) As Byte()
Parameters:
- toDecode:
DecodeEncodedWord virtual
class method DecodeEncodedWord(toDecode: String; encoding: Encoding): String
static String DecodeEncodedWord(String toDecode, Encoding encoding)
static func DecodeEncodedWord(_ toDecode: String, _ encoding: Encoding) -> String
Shared Function DecodeEncodedWord(toDecode As String, encoding As Encoding) As String
Parameters:
- toDecode:
- encoding:
Instance Methods
constructor protected Island
constructor
QuotedPrintable()
init()
Sub New()