Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the mail server account.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SetAccount ( _
userName As String, _
password As String _
)
'Usage
Dim instance As MailServer
Dim userName As String
Dim password As String
instance.SetAccount(userName, password)
public void SetAccount(
string userName,
string password
)
public:
void SetAccount(
String^ userName,
String^ password
)
member SetAccount :
userName:string *
password:string -> unit
public function SetAccount(
userName : String,
password : String
)
Parameters
- userName
Type: System.String
A string value that contains the username.
- password
Type: System.String
A SecureString that contains the password.