Hi,
in my domino agent (notesthread) i use the DXL exporter to create dxl file of an mail document. But if a document is larger than 70MB the exportDXL method always throws an out of memory error. How can I export larger documents?
BB
Hi,
in my domino agent (notesthread) i use the DXL exporter to create dxl file of an mail document. But if a document is larger than 70MB the exportDXL method always throws an out of memory error. How can I export larger documents?
BB
Subject: Why is the message large?
There are options in DXL to omit attachments and graphics; would it be an option to use those?
Subject: DXL Export of large Documents
Hi,
maybe the message has an large attachemnt? And I need the DXL file with attachments.
Subject: There might be some memory setting you can adjust…
…but I don’t know what it might be offhand. You might also consider using the NotesEmbeddedObject class to store the attachments separately somewhere else, then export without attachments.