MailValidatorActivityExecuteInternal Method

Scanjour Workflow4 Reference Manual
Performs the execution of the activity.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public virtual bool ExecuteInternal(
	CodeActivityContext context
)

Parameters

context
Type: System.ActivitiesCodeActivityContext
The execution context in which the activity executes.

Return Value

Type: Boolean
true if valid mail items are found.
See Also

Reference