|
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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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