CommonDatabaseFunctionsUserHasEmailAddress Method

Scanjour Workflow4 Reference Manual
Determine whether a user has an email address.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static bool UserHasEmailAddress(
	Uri oDataUri,
	string addressKey
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
addressKey
Type: SystemString
Address key.

Return Value

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

Reference