IBProcessEmailDocuments

Assembly: BPM;

Description

The IBProcessEmailDocuments interface is used to work with the collection of documents attached to email.

Inheritance Hierarchy

IBProcessEmailDocuments

Comments

The documents collection can be obtained using the IBProcessEmail.Documents property.

Properties

  Property name Brief description
Count The Count property returns the number of documents in the collection.
Item The Item property returns the document with the specified index.

Methods

  Method name Brief description
Add The Add method adds the specified document to the end of the collection.
AddNewDocument The AddNewDocument method adds a document from the repository to the end of the collection.
Clear The Clear method deletes all documents from the collection.
Clone The Clone method creates a copy of the current documents collection.
FindByID The FindById method searches for a document by identifier and returns its settings in case of successful search.
IndexOf The IndexOf method returns index of the specified document in the collection.
LoadFromXml The LoadFromXml method loads collection structure from the specified string.
Remove The Remove method removes the specified document from the collection.
SaveToXml The SaveToXml method saves collection structure as a string.

See also:

BPM Assembly Interfaces