Skip to content

Chilkat Tech Notes

Chilkat Software Tech Notes

    December 6, 2024

    Different Ways to Reference HTML Images in Email MIME

    When including images in an HTML email , there are multiple ways to reference and embed the images. *** Use Chilkat.Email.AddRelatedFile or ChilkatEmail.AddRelatedBd to add an image referenced using Content-ID *** Use Chilkat.Email.AddRelatedFile2 or ChilkatEmail.AddRelatedBd2 to add an image referenced using Content-Location   1. Inline Data URLs Description: The image is embedded directly in the HTML as a Base64-encoded data […]

    Email 0 1 min read
    May 24, 2023

    Different Ways to Include Related Images in HTML Email

    There are a few different ways related images can be contained in the MIME of HTML email. The 1st is by Content-Location.  The following MIME shows the use of Content-Location.  The URL contained in the <img> tag’s “src” attribute should match the value of the Content-Location header. Content-Type: multipart/related; boundary=boundary1 –boundary1 Content-Type: text/html; charset=UTF-8 <html> <body> <p>This is an email […]

    Email 0 1 min read
    March 1, 2010

    Guide to CSS Support in Email Clients

    A Chilkat customer pointed me to this useful information: http://www.campaignmonitor.com/css/ Important: I don’t know if the writers at campaignmonitor.com are aware of the different ways embedded images may be referenced (from within the CSS or from within HTML). It can be via “CID” or by URL w/ matching Content-Location header field. Chilkat can do both by setting the UseCID property […]

    Uncategorized 0 28 sec read
    May 29, 2008

    ASP.NET: Display HTML Email

    This post provides ASP.NET code (C#) to display an HTML email using the Chilkat .NET Email component. It will provide a live example, as well as a download link to the sample code and data files. This example is only concerned with displaying the HTML body of the email, including embedded images. Displaying the text header fields (Subject, From, To, […]

    Uncategorized 0 3 min read

    Blogroll

    • * Release Notes
    • Chilkat Binary Encodings
    • Chilkat Character Encodings
    • Chilkat Home
    • Example Code
    • Generate Chilkat Code from Postman
    • How to Determine FTP Connection Settings
    • How To Register ActiveX DLLs
    • MSVC Runtimes for .NET Assemblies
    • Never Handle Non-Text Binary Data as a String
    • Online XML Signature Validators
    • Reference Documentation
    • SOAP WSDL to Chilkat Code
    • Socket Programming Must-Know Concepts
    • StackOverflow (Chilkat Software)

    Tags

    ActiveX asp async asynchronous C# callbacks Delphi email Encryption error messages events exchange server FTP GMail HTTP IMAP IOS Java Linking MIME oauth2 Office365 pfx PHP pop3 port-forwarding regsvr32 release notes RSA SFTP smartcard SMTP socket SSH SSL TLS tunnel upload vb6 VBScript VC++ x64 xades XML zip

      Copyright ©2025 Chilkat Tech Notes . All rights reserved. Powered by WordPress & Designed by Bizberg Themes