AddCondition Method
Description
Creates a new CustomizationMailCondition.
Syntax
Visual Basic
Public Function AddCondition( _
   ByVal Name As String, _
   ByVal ConditionType As Long, _
   ByVal ConditionText As String _
) As Object
Parameters
Name
The name of the new condition.
ConditionType
A value of the tagMAIL_CONDITIONS_TYPE Enumeration.
ConditionText
The actual condition. A string valid for a TDFilter.Text.
Return Type
See Also