PictureOmittedText (NotesDXLExporter - LotusScript®)
Read-write. Text to insert within richtext precisely where a <picture> was omitted, such as "[Graphic omitted]". This text may contain XML markup but must be valid DXL richtext content, for example, "<run><font style='bold'/>[Picture omitted]</run>".
Note: This property is new with Release 8.
Defined in
Data type
String
Syntax
To get: replacementText$ = notesDXLExporter .PictureOmittedText
To set: notesDXLExporter .PictureOmittedText = replacementText$