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