Click or drag to resize

SmtpConnectionCollectionRemove 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)
Syntax
public void Remove(
	SmtpConnectionElement element
)

Parameters

element
Type: SMTPRouter.Windows.ConfigurationSmtpConnectionElement
The element to be removed
See Also