IFsrmSetting::put_SmtpServer method (fsrm.h)

Retrieves or sets the SMTP server that FSRM uses to send email.

This property is read/write.

Syntax

HRESULT put_SmtpServer(
  BSTR smtpServer
);

Parameters

smtpServer

Return value

None

Remarks

This property must be set in order for FSRM to send email. To verify settings, call the IFsrmSetting::EmailTest method.

Examples

For an example, see IFsrmSetting::EmailTest.

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