BProcessEventEmail

Assembly: BPM;

Description

The BProcessEventEmail class implements a new event of email sending.

Constructors

  Constructor name Brief description
Create The Create constructor creates an instance of event of email sending.

Class object properties inherited from IBProcessEventEmail

  Property name Brief description
Email The Email property determines settings of the email sent on event occurrence.

Class object properties inherited from IBProcessEvent

  Property name Brief description
EventType The EventType property determines event type.
ExecutionType The ExecutionType property returns event execution type.
Name The Name property determines event name.
Order The Order property determines event triggering order.
Periodic The Periodic property returns whether the event has execution period.
PeriodMeasure The PeriodMeasure property determines a measurement type for event execution period on deadline disruption.
PeriodType The PeriodType property determines event occurrence period type on deadline disruption.
PeriodValue The PeriodValue property determines event execution period on deadline disruption.

Class object methods inherited from IBProcessEvent

  Method name Brief description
Clone The Clone method creates an event copy.
Execute The Execute method starts event execution for the specified process instance.
IsValid The IsValid method returns whether event settings are correct.

See also:

BPM Assembly Classes