JAVA/CORBA CLASSES


OmitRichtextAttachments property
Read-write. Specifies whether to omit richtext attachments that occur within documents.

Note This property is new with Release 8.

Defined in

DxlExporter

Data type

boolean

Syntax

public boolean getOmitRichtextAttachments()
   throws NotesException

public void setOmitRichtextAttachments(boolean flag)
   throws NotesException

Legal values


Usage

Omitting an attachment from a document affects both the <attachmentref> within <richtext> that refers to the attachment's file object, and the corresponding <item> with name='$FILE' that contains the file object data. Use AttachmentOmittedText to specify replacement text (if desired) for where the <attachmentref> is omitted.

Language cross-reference

OmitRichtextAttachments property in LotusScript NotesDXLExporter class

See Also