IBProcessEmailDocument

Assembly: BPM;

Description

The IBProcessEmailDocument interface is used to work with the document attached to an email.

Inheritance Hierarchy

IBProcessEmailDocument

Comments

The document can be obtained using properties and methods of the IBProcessEmailDocuments interface.

Properties

  Property name Brief description
Descriptor The Descriptor property determines description of the repository document that is attached to email.
DocType The DocType property returns MIME type of document.
Document The Document property returns the repository document, on which the attached email document is based.
Id The Id property returns document identifier.
IsPermanent The IsPermanent property returns whether the document saved to repository is permanent.
Key The Key property returns document key.
Name The Name property returns document name.

Methods

  Method name Brief description
SaveToPP The SaveToPP method saves document to repository.
SaveToTempAndGetAddress The SaveToTempAndGetAddress method saves document to a temporary file and returns path to it.

See also:

BPM Assembly Interfaces