HTMLImage Type
This type describes an HTML embedded image.
Remarks
Each image in the HTML message gets set when the MessageHTML property is set. However, you may make changes to the fields for each HTMLImage before the message is sent.
Fields
Data String |
This property optionally specifies the image data. This may be used instead of specifying an image by file. The value specified here may be either the Hex encoded image data, or the raw un-encoded image data. |
DataB TBytes |
This property optionally specifies the image data. This may be used instead of specifying an image by file. The value specified here may be either the Hex encoded image data, or the raw un-encoded image data. |
File String |
This property contains the name of the image files embedded into the HTML message. This value 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). |
Id String |
This property contains the content identifier for embedded images. This value is computed automatically, unless ParseHTML is False, in which case you are responsible for providing it. |
ImageType String |
This property contains the content type for embedded images. This value is determined automatically, unless ParseHTML is False, in which case you are responsible for providing it. |
Constructors
constructor Create();
constructor Create(valFile: String);