MailValidatorActivityHasAttachments Method

Scanjour Workflow4 Reference Manual
Validate the xml attachment in the Email against the specified Xml Schema.

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

protected bool HasAttachments(
	CodeActivityContext context,
	EmailMessage email
)

Parameters

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

Return Value

Type: Boolean
true if the email is valid.
See Also

Reference