Images Property
The embedded images in the HTML message.
Syntax
public HTMLImageList getImages(); public void setImages(HTMLImageList images);
Remarks
This property contains the names of the image files embedded into the HTML message. The collection is updated every time MessageHTML is set. You may change the file names prior to sending (e.g. if they don't point to valid files).
This collection is indexed from 0 to size - 1.
Default Value
0