ImageFile Property
This property contains the name of the image files embedded into the HTML message.
Syntax
char* GetImageFile(int iImageIndex);
int SetImageFile(int iImageIndex, char* lpszImageFile);
Default Value
""
Remarks
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).
The size of the array is controlled by the ImageCount property.
This property is not available at design time.
Data Type
String