Check mail for valid attachments.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_19.0.1.0 (in Scanjour.Workflow4.ActivityLibrary_19.0.1.0.dll) Version: 19.0.1.0 (19.0.1.0)
Syntax
public virtual bool ValidAttachments( CodeActivityContext context, EmailMessage email )
Parameters
- context
- Type: System.ActivitiesCodeActivityContext
The execution context in which the activity executes. - Type: EmailMessage
The email.
Return Value
Type: Boolean[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.MailValidatorActivity.ValidAttachments(System.Activities.CodeActivityContext,Microsoft.Exchange.WebServices.Data.EmailMessage)"]
See Also