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