IFsrmSetting::get_AdminEmail method (fsrm.h)

Retrieves or sets the email address for the administrator.

This property is read/write.

Syntax

HRESULT get_AdminEmail(
  BSTR *adminEmail
);

Parameters

adminEmail

Return value

None

Remarks

The address is used if a configured email address contains the string "[Admin Email]".

Examples

For an example, see IFsrmSetting.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008
Target Platform Windows
Header fsrm.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

FsrmSetting

IFsrmSetting