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
| |
File String |
This field 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 field 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 field 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
[VB.NET]
Public HTMLImage()
[C#]
public HTMLImage();
[VB.NET]
Public HTMLImage(ByVal File As String)
[C#]
public HTMLImage(string file);