Cloud Mail 2020 Android Edition

Questions / Feedback?

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 field 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
byte []

This field 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 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

public HTMLImage();



public HTMLImage(String file);



Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Android Edition - Version 20.0 [Build 8308]