Gets or sets the password used to connect to the SMTP server.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string SmtpPassword{ get; set;}
Public Property SmtpPassword As String
public:
property String^ SmtpPassword {
	String^ get ();
	void set (String^ value);
}

Field Value

The password used to connect to the SMTP server.

See Also