IP*Works! S/MIME V9

ipworkssmime
Class HTMLImage

java.lang.Object
  extended by ipworkssmime.HTMLImage

public class HTMLImage
extends java.lang.Object

This type describes an HTML embedded image.

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.

File: 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: 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: 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.

See Also:
Certmgr, Certmgr.HTMLImage

Constructor Summary
HTMLImage()
           
HTMLImage(java.lang.String file)
           
 
Method Summary
 java.lang.String getFile()
           
 java.lang.String getId()
           
 java.lang.String getImageType()
           
 void setFile(java.lang.String value)
           
 void setId(java.lang.String value)
           
 void setImageType(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLImage

public HTMLImage()

HTMLImage

public HTMLImage(java.lang.String file)
Method Detail

getFile

public java.lang.String getFile()

setFile

public void setFile(java.lang.String value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)

getImageType

public java.lang.String getImageType()

setImageType

public void setImageType(java.lang.String value)

IP*Works! S/MIME V9

Copyright (c) 2013 /n software inc. - All rights reserved.