IFsrmSetting::get_MailFrom method (fsrm.h)

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

This property is read/write.

Syntax

HRESULT get_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