FlowWright.cDevDeAPI Namespace
deDesign Class
deDesign Methods
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeEmail Method

Removes the email.

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

Syntax


public bool removeEmail(
	string emailID
)
Public Function removeEmail ( _
	emailID As String _
) As Boolean
public:
bool^ removeEmail(
	String^ emailID
)

Parameters

emailID
Type: String
The email identifier.

Return Value

true if XXXX, false otherwise.