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

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

Syntax

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

See Also