 | 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)
Syntaxpublic void Remove(
SmtpConnectionElement element
)
Public Sub Remove (
element As SmtpConnectionElement
)
Dim instance As SmtpConnectionCollection
Dim element As SmtpConnectionElement
instance.Remove(element)
public:
void Remove(
SmtpConnectionElement^ element
)
Parameters
- element
- Type: SMTPRouter.Windows.ConfigurationSmtpConnectionElement
The element to be removed
See Also