MailValidatorActivityValidateAttachments Method

Scanjour Workflow4 Reference Manual
Check mail for valid attachments.

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

public virtual bool ValidateAttachments(
	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

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.MailValidatorActivity.ValidateAttachments(System.Activities.CodeActivityContext,WorkZone.Exchange.WebServices.Data.EmailMessage)"]

See Also

Reference