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