Condition Property
Description
Gets the CustomizationMailCondition specified by the name and type.
Property type
Read-only property
Syntax
Visual Basic
Public Property Condition( _
   ByVal Name As String, _
   ByVal ConditionType As Long _
) As Object
Parameters
Name
The name of the condition.
ConditionType
A value of the tagMAIL_CONDITIONS_TYPE Enumeration.
See Also