SmtpConnectionStringUserPassword Property |
Get or set the user password
to connect on the SMTP server.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public string UserPassword { get; set; }
Public Property UserPassword As String
Get
Set
public:
property String^ UserPassword {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also