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