CommonDatabaseFunctionsGetUserEmailAddress Method

Retrives an email address based on the address key.

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 string GetUserEmailAddress(
	Uri oDataUri,
	string addressKey
)

Parameters

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

Return Value

String
Returns email address as string if found, otherwise null.

See Also