Gets or sets the e-mail address notifications are sent to.

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

Syntax

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

Field Value

The e-mail address notifications are sent to.

See Also