EmailLoggerEmailFrom Property |
doogal.co.uk Home
Specifies the email address that the exception information will be sent from
Namespace: UtilitiesAssembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax public string EmailFrom { get; set; }
Public Property EmailFrom As String
Get
Set
public:
property String^ EmailFrom {
String^ get ();
void set (String^ value);
}
member EmailFrom : string with get, set
Property Value
Type:
StringSee Also