ValidationHelperUserHasEmailAddress Method

Scanjour Workflow4 Reference Manual
Validates whether has an email address

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 UserHasEmailAddress(
	ActivityContext context,
	string addressKey
)

Parameters

context
Type: System.ActivitiesActivityContext
ActivityContext
addressKey
Type: SystemString
Address key

Return Value

Type: Boolean
True if user has an email, otherwise false
See Also

Reference