CommonDatabaseFunctionsGetUserEmailAddress Method

Scanjour Workflow4 Reference Manual
Retrives an email address based on the address key.

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

Parameters

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

Return Value

Type: String
Returns email address as string if found, otherwise null.
See Also

Reference