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