Skip to content

libcURL.TransferEncoding

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

libcURL.TransferEncoding

Enumeration

Protected 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