IFsrmReportJob::get_MailTo method (fsrmreports.h)

Retrieves or sets the email addresses of those that will receive the reports via email.

This property is read/write.

Syntax

HRESULT get_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
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmReportJob