 | SmtpConnectionElementUser Property |
The User Name to connect to the SMTP
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic string User { get; }Public ReadOnly Property User As String
Get
Dim instance As SmtpConnectionElement
Dim value As String
value = instance.User
public:
property String^ User {
String^ get ();
}Property Value
Type:
String
See Also