The default e-mail to be used in the porta;

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("email")]
public string Email { get; set; }
Visual Basic
<XmlElementAttribute("email")> 
Public Property Email As String
	Get
	Set

Field Value

E-mail of the portal

Return Value

E-mail of the portal

Remarks