JAVA/CORBA CLASSES


UncompressAttachments property
Read-write. Specifies whether to uncompress attachments that occur anywhere within the exported DXL.

Note This property is new with Release 8.

Defined in

DxlExporter

Data type

boolean

Syntax

public boolean getUncompressAttachments()
   throws NotesException

public void setUncompressAttachments(boolean flag)
   throws NotesException

Legal values


Language cross-reference

UncompressAttachments property in LotusScript NotesDXLExporter class

See Also