This document is archived and information here might be outdated.  Recommended version.


IServerErrorReports.ErrorReportEmailAddress Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerErrorReports.ErrorReportEmailAddress Property

E-mail address of server administrator.

[Visual Basic .NET]
Public Property ErrorReportEmailAddress As String
[C#]
public string ErrorReportEmailAddress {get; set;}
[C++]
HRESULT get_ErrorReportEmailAddress(
  BSTR* pVal
);
[C++]
HRESULT put_ErrorReportEmailAddress(
  BSTR pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type BSTR pVal [in] pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerErrorReports Interface