Gets or sets the DNS name or IP address of the SMTP server used to send notification emails.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int SmtpServerPort{ get; set;}
Public Property SmtpServerPort As Integer
public:
property int SmtpServerPort {
	int get ();
	void set (int value);
}

Field Value

The DNS name or IP address of the SMTP server used to send notification emails.

See Also