FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEmailTrigger..::..hasEmailMessage Method

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

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

Syntax


public bool hasEmailMessage(
	string sEmailAcctID,
	string sMessageID
)
Public Function hasEmailMessage ( _
	sEmailAcctID As String, _
	sMessageID As String _
) As Boolean
public:
bool^ hasEmailMessage(
	String^ sEmailAcctID, 
	String^ sMessageID
)

Parameters

sEmailAcctID
Type: String
The s email acct identifier.
sMessageID
Type: String
The s message identifier.

Return Value

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