MailServer.SetAccount Methode

Definition

Überlädt

Name Beschreibung
SetAccount(String, SecureString)

Legt Serverauthentifizierungsinformationen fest

SetAccount(String, String)

Legt Serverauthentifizierungsinformationen fest

SetAccount(String, SecureString)

Legt Serverauthentifizierungsinformationen fest

public void SetAccount(string userName, System.Security.SecureString password);
member this.SetAccount : string * System.Security.SecureString -> unit
Public Sub SetAccount (userName As String, password As SecureString)

Parameter

userName
String
password
SecureString

Gilt für:

SetAccount(String, String)

Legt Serverauthentifizierungsinformationen fest

public void SetAccount(string userName, string password);
member this.SetAccount : string * string -> unit
Public Sub SetAccount (userName As String, password As String)

Parameter

userName
String
password
String

Gilt für: