FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeTodaysEmails Method

Removes the todays emails.

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

Syntax


public bool removeTodaysEmails(
	DateTime oStart,
	DateTime oEnd
)
Public Function removeTodaysEmails ( _
	oStart As DateTime, _
	oEnd As DateTime _
) As Boolean
public:
bool^ removeTodaysEmails(
	DateTime^ oStart, 
	DateTime^ oEnd
)

Parameters

oStart
Type: DateTime
The o start.
oEnd
Type: DateTime
The o end.

Return Value

true if XXXX, false otherwise.