IBProcessEventEmail

Assembly: BPM;

Description

The IBProcessEventEmail interface is used to set up the email that is sent when the event occurs.

Inheritance Hierarchy

          IBProcessEvent

          IBProcessEventEmail

Properties

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

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.

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 Interfaces