LOTUSSCRIPT/COM/OLE CLASSES
Note This property is new with Release 8.
Defined in
NotesDXLExporter
Data type
Boolean
Syntax
To get: flag = notesDXLExporter.OmitRichtextPictures
To set: notesDXLExporter.OmitRichtextPictures = flag
Legal values
Pictures that occur within <imagemap> are not omitted.
Pictures that occur within <attachmentref> are not omitted unless attachments are omitted, using the OmitRichtextAttachments property. Use the PictureOmittedText property to specify replacement text (if desired) for where the <picture> is omitted.
Language cross-reference
OmitRichtextPictures property in Java DXLExporter class
See Also