Metoda MailServer.SetAccount (String, String)
Ustawia konto serwera poczty.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Mail
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub SetAccount ( _
userName As String, _
password As String _
)
'Użycie
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
)
Parametry
- userName
Typ: System.String
Wartość ciąg zawierającego nazwę użytkownika.
- password
Typ: System.String
A SecureString zawierający hasła.
Zobacz także