|   | 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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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);
Property Value
String See Also
See Also