Click or drag to resize

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)
Syntax
public void Add(
	RoutingRuleElement element
)

Parameters

element
Type: SMTPRouter.Windows.ConfigurationRoutingRuleElement
The element to be added
See Also