Click or drag to resize

CommonDatabaseFunctionsUserHasEmailAddress Method

Determine whether a user has an email address.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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