MailServer.SetPassword Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetPassword(SecureString) |
Sets server authentication password |
SetPassword(String) |
Sets server authentication password |
SetPassword(SecureString)
Sets server authentication password
public void SetPassword (System.Security.SecureString password);
member this.SetPassword : System.Security.SecureString -> unit
Public Sub SetPassword (password As SecureString)
Parameters
- password
- SecureString
Applies to
SetPassword(String)
Sets server authentication password
public void SetPassword (string password);
member this.SetPassword : string -> unit
Public Sub SetPassword (password As String)
Parameters
- password
- String