BProcessEmailDocument.Create

Syntax

Create(Descr: IMetabaseObjectDescriptor);

Parameters

Descr. Document description in repository.

Description

The Create constructor, based on the repository document, creates a new document used as an email attachment.

Comments

As a value of the Descr parameter one should specify description of the repository object that is a document.

Example

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

See also:

BProcessEmailDocument