Search This Blog

Thursday, May 21, 2015

How to display remote images in received email programmatically

Hi

You might received emails with HTML content with images which were not displayed by default so you had to click "Show Images" action  to see them.


If you are curious what "Show images" action actually does, then everything is simple - it just sets fieldname "$DelayedImagesOK" to value "ok"



2 comments:

  1. How can you revert or delete this field?

    ReplyDelete
  2. FIELD $DelayedImagesOK := @DeleteField;
    SELECT @All

    ReplyDelete