FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEmailTrigger..::..hasEmailTriggerEnabled Method

Determines whether [has email trigger enabled] [the specified s email acct identifier].

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

Syntax


public bool hasEmailTriggerEnabled(
	string sEmailAcctID
)
Public Function hasEmailTriggerEnabled ( _
	sEmailAcctID As String _
) As Boolean
public:
bool^ hasEmailTriggerEnabled(
	String^ sEmailAcctID
)

Parameters

sEmailAcctID
Type: String
The s email acct identifier.

Return Value

true if [has email trigger enabled] [the specified s email acct identifier]; otherwise, false.