|
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.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxpublic string Password { get; set; }
Public Property Password As String
Get
Set
member Password : string with get, set
function get_Password();
function set_Password(value);
View SourceProperty Value
String
See Also