Assembly: BPM;
The BProcessEmailDocument class implements the document that is attached to email.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor, based on the repository document, creates a new document used as an email attachment. |
![]() |
CreateFromFile | The CreateFromFile constructor, based on the file, creates a new document used as an email attachmen. |
| 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. |
| 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: