FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasEmailAddress Method

Determines whether [has email address] [the specified email address].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool hasEmailAddress(
	string emailAddress,
	string sUserID
)
Public Function hasEmailAddress ( _
	emailAddress As String, _
	sUserID As String _
) As Boolean
public:
bool^ hasEmailAddress(
	String^ emailAddress, 
	String^ sUserID
)

Parameters

emailAddress
Type: String
The email address.
sUserID
Type: String
The s user identifier.

Return Value

true if [has email address] [the specified email address]; otherwise, false.