ValidationHelperIsAddressValid Method

Validates whether the recipient adresskey and any copy recipient address keys are valid

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static bool IsAddressValid(
	ActivityContext context,
	List<string> addressKeys,
	out string errorMessage
)

Parameters

context  ActivityContext
Activity context
addressKeys  ListString
Keys to the address entities.
errorMessage  String
Message in case of an error

Return Value

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

See Also