IBProcessEmail

Assembly: BPM;

Description

The IBProcessEmail interface is used to set up an email used in the process.

Inheritance Hierarchy

IBProcessEmail

Comments

Email settings are determined by the following properties:

Properties

  Property name Brief description
BCCRecipient The BCCRecipient property determines hidden email recipients.
CCRecipient The CCRecipient property determines email copy recipients.
Documents The Documents property determines the collection of documents attached to email.
IsBodyHtml The IsBodyHtml property determines whether message body is sent as HTML.
Message The Message property determines message body text.
OnBeforeSend The OnBeforeSend property determines settings of the Fore method executed before sending message.
Recipient The Recipient property determines main email recipients.
Subject The Subject process determines a message subject.

Methods

  Method name Brief description
Clone The Clone method returns the copy of the current email.
IsValid The IsValid method returns whether email recipients are correct.
Send The Send method sends email taking into account the specified process instance and step identifier.

See also:

BPM Assembly Interfaces