This document is archived and information here might be outdated. Recommended version. |
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(
System.String* pVal
);
[C++]
Parameters pVal [in]
pVal is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type BSTR*