FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEmailTrigger..::..removeEmailMessage Method

Removes the email message.

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

Syntax


public bool removeEmailMessage(
	string sMessageID
)
Public Function removeEmailMessage ( _
	sMessageID As String _
) As Boolean
public:
bool^ removeEmailMessage(
	String^ sMessageID
)

Parameters

sMessageID
Type: String
The s message identifier.

Return Value

true if XXXX, false otherwise.