Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the SMTP server that FSRM uses to send email.
This property is read/write.
Syntax
HRESULT get_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 |