IFsrmClassificationManager::put_ClassificationReportMailTo method (fsrmpipeline.h)

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

The email address to which to send the classification reports, if any.

This property is read/write.

Syntax

HRESULT put_ClassificationReportMailTo(
  BSTR mailTo
);

Parameters

mailTo

Return value

None

Remarks

This property is optional.

The email message is sent only if the classification 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 fsrmpipeline.h (include FsrmPipeline.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

FsrmClassificationManager

IFsrmClassificationManager

IFsrmClassificationManager2

MSFT_FSRMClassification