ValidationHelperIsAddressValid Method

Scanjour Workflow4 Reference Manual
Validates whether the recipient adresskey and any copy recipient address keys are valid

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static bool IsAddressValid(
	ActivityContext context,
	List<string> addressKeys,
	out string errorMessage
)

Parameters

context
Type: System.ActivitiesActivityContext
Activity context
addressKeys
Type: System.Collections.GenericListString
Keys to the address entities.
errorMessage
Type: SystemString
Message in case of an error

Return Value

Type: Boolean
True is addresskeys exist, and if recipient address key is added to the record as Recipient party, otherwise false
See Also

Reference