Specifies the email address that the exception information will be sent to

Namespace:  Utilities
Assembly:  ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

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

See Also