FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeEmails Method

Removes the emails.

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

Syntax


public bool removeEmails(
	string connectionString,
	DateTime oRemoveFromDate
)
Public Function removeEmails ( _
	connectionString As String, _
	oRemoveFromDate As DateTime _
) As Boolean
public:
bool^ removeEmails(
	String^ connectionString, 
	DateTime^ oRemoveFromDate
)

Parameters

connectionString
Type: String
The connection string.
oRemoveFromDate
Type: DateTime
The o remove from date.

Return Value

true if XXXX, false otherwise.