 | SmtpConnectionsSectionSmtpConnections Property |
A collection of SmtpConfigurations
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic SmtpConnectionCollection SmtpConnections { get; set; }Public Property SmtpConnections As SmtpConnectionCollection
Get
Set
Dim instance As SmtpConnectionsSection
Dim value As SmtpConnectionCollection
value = instance.SmtpConnections
instance.SmtpConnections = value
public:
property SmtpConnectionCollection^ SmtpConnections {
SmtpConnectionCollection^ get ();
void set (SmtpConnectionCollection^ value);
}Property Value
Type:
SmtpConnectionCollection
See Also