DataPA Enterprise Dashboard Controls API Reference
Gets and sets the email address that will be used to send emails sent when an error occurs

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ErrorToEmail { get; set; }
Visual Basic
Public Property ErrorToEmail As String
	Get
	Set
Visual C++
public:
virtual property String^ ErrorToEmail {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The email address that will be used to send emails sent when an error occurs

Return Value

Type: String
The email address that will be used to send emails sent when an error occurs

Remarks