IBProcessEmailDocument.IsPermanent

Syntax

IsPermanent: Boolean;

Description

The IsPermanent property returns whether the repository document is permanent.

Comments

The property returns True if the current document is based on a repository document, and False if a document is created based on the file, which has not been yet saved in the repository as a process' child object. To save the document as a process' child object, use the SaveToPP method.

Example

The property use is given in the example for IBProcessEmailDocuments.Add.

See also:

IBProcessEmailDocument