OmitMiscFileObjects (NotesDxlExporter - JavaScript™)
Read-write. Specifies whether to omit miscellaneous file objects that occur within documents.
Defined in
NotesDxlExporterSyntax
getOmitMiscFileObjects() :
boolean
setOmitMiscFileObjects(flag:boolean) :
void
Legal value | Description |
---|---|
True |
indicates the Exporter should omit any file objects that occur within documents which are not related to richtext attachments or OLE objects. These are not standard attachments but may be application-specific data that is stored as file objects. Standard attachments correspond to items named "$FILE". |
False |
(default) indicates that all miscellaneous file objects will be included in the DXL output. |