Skip to content

libcURL.TransferEncoding

Andrew Lambert edited this page Apr 16, 2018 · 6 revisions

libcURL.TransferEncoding

Enum Declaration

Public Enum TransferEncoding
    Binary
    SevenBit
    EightBit
    Base64
    QuotedPrintable

Remarks

Used in the MIMEMessagePart class to indicate the encoding of the message part.

Types

Name Comment
Binary Not encoded (default)
SevenBit 7-bit ASCII
EightBit 8-bit ASCII
Base64 Base64 encoded
QuotedPrintable Quoted printable encoded

See also

Clone this wiki locally