Search Results for

    Show / Hide Table of Contents

    TContentTransferEncoding Enumeration

    Defines how a part of a MIME message will be coded.

    Syntax

    Unit: FlexCel.Core

    Members

    Name Value Description
    QuotedPrintable 0 Use the Quoted Printable algorithm (RFC 2045 section 6.7).
    You will normally use this encoding for text.
    When using this option, you need to write the part content using TMimeWriter.WriteQuotedPrintable or a similar method.
    Base64 1 Use base64 algorithm (RFC 2045 section 6.7).
    You would normally use this encoding for binary files.
    When using this option, you need to write the part content using TMimeWriter.WriteBase64 or a similar method.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com