Click or drag to resize

clsImportClassNotificationTexteImageHandling Enumeration

ImageHandling of the embedded images in the html source. Used in ImageHandling.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eImageHandling
Members
  Member nameValueDescription
DownloadAndInline0 the html image source from the tag >img src=..< is consumed (downloaded) and will be attached (embedded) in the email.
KeepSrc1 the html image source from the tag >img src=..< will stay. The image must be accessable from out the entire internet, that the email client can reach the email, when opening the html content.
Remarks
See Also