|
MailPassword Property
|
Gets or sets the password used to authenticate to the SMTP server.
Namespace: GSF.Net.SmtpAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic string Password { get; set; }Public Property Password As String
Get
Set
public:
property String^ Password {
String^ get ();
void set (String^ value);
}member Password : string with get, set
function get_Password();
function set_Password(value);
View SourceProperty Value
String
See Also