FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEmailTrigger..::..removeEmailTrigger Method

Removes the email trigger.

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

Syntax


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

Parameters

sEmailAcctID
Type: String
The s email acct identifier.

Return Value

true if XXXX, false otherwise.