IBProcessEmailDocument.SaveToPP

Syntax

SaveToPP;

Description

The SaveToPP method saves a document to the repository.

Comments

Method call is relevant if the current document was initialized using the BProcessEmailDocument.CreateFromFile constructor and has not been yet saved for further use (IsPermanent = False). After executing the SaveToPP method the file is saved as a process' hidden child document.

Example

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

See also:

IBProcessEmailDocument