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_21.2.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.2.0.0.dll) Version: 21.2.0.0 (21.2.0.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