 | SmtpConfigurationPassword Property |
The Password to connect to the SMTP
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string Password { get; set; }Public Property Password As String
Get
Set
Dim instance As SmtpConfiguration
Dim value As String
value = instance.Password
instance.Password = value
public:
property String^ Password {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also