|
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.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
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