CommonDatabaseFunctionsUserHasEmailAddress Method

Determine whether a user has an email address.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static bool UserHasEmailAddress(
	Uri oDataUri,
	string addressKey
)

Parameters

oDataUri  Uri
The OData Service endpoint.
addressKey  String
Address key.

Return Value

Boolean
True if user has an email, otherwise false.

See Also