 | SmtpConnectionElementPassword Property |
The Password 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 Password { get; }Public ReadOnly Property Password As String
Get
Dim instance As SmtpConnectionElement
Dim value As String
value = instance.Password
public:
property String^ Password {
String^ get ();
}Property Value
Type:
String
See Also