OmitOLEObjects (NotesDxlExporter - JavaScript™)
Read-write. Specifies whether to omit OLE objects that occur within documents.
Defined in
NotesDxlExporterSyntax
getOmitOLEObjects() : boolean
setOmitOLEObjects(flag:boolean)
: void
Legal value | Description |
---|---|
True |
indicates the Exporter should omit any OLE objects that occur within documents. Use this option to save space and improve Exporter performance when exporting documents whose OLE objects are not needed. |
False |
(default) indicates all OLE objects will be included in the DXL output. |
Usage
Omitting an OLE object from a document affects both the<objectref>
within <richtext>
that
refers to the OLE object, and the corresponding set of <item>s
with
name='$FILE' that contains the OLE object's data. Use OLEObjectOmittedText to
specify replacement text (if desired) for where the <objectref>
is
omitted.