 | ConfigFileParserSmtpConnections Property |
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic Dictionary<string, SmtpConfiguration> SmtpConnections { get; }Public ReadOnly Property SmtpConnections As Dictionary(Of String, SmtpConfiguration)
Get
Dim instance As ConfigFileParser
Dim value As Dictionary(Of String, SmtpConfiguration)
value = instance.SmtpConnections
public:
property Dictionary<String^, SmtpConfiguration^>^ SmtpConnections {
Dictionary<String^, SmtpConfiguration^>^ get ();
}Property Value
Type:
DictionaryString,
SmtpConfiguration
See Also