IFsrmFileManagementJob::put_MailTo method (fsrmreports.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]

The email addresses to which to send the reports, if any.

This property is read/write.

Syntax

HRESULT put_MailTo(
  BSTR mailTo
);

Parameters

mailTo

Return value

None

Remarks

This property is optional.

The email message is sent only if the job finishes successfully. Email is not sent for FsrmReportType_ExportReport report types. The reports are attached to the email message. You can specify [Admin Email] to send notification to the administrator (if the IFsrmSetting::AdminEmail property is set). The subject is "<ReportType>: <ReportName>". The body of the email message is empty.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmFileManagementJob

MSFT_FSRMFileManagementJob