 | RoutingRuleCollectionAdd Method |
Adds an element to the collection
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic void Add(
RoutingRuleElement element
)
Public Sub Add (
element As RoutingRuleElement
)
Dim instance As RoutingRuleCollection
Dim element As RoutingRuleElement
instance.Add(element)
public:
void Add(
RoutingRuleElement^ element
)
Parameters
- element
- Type: SMTPRouter.Windows.ConfigurationRoutingRuleElement
The element to be added
See Also