IFsrmSetting::put_MailFrom method (fsrm.h)

Retrieves or sets the default email address from which email messages are sent.

This property is read/write.

Syntax

HRESULT put_MailFrom(
  BSTR mailFrom
);

Parameters

mailFrom

Return value

None

Remarks

The default is" FSRM@local machine name". You cannot set this to "[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