FsrmClassificationManagerClass.ClassificationReportMailTo Property
Retrieves or sets the email address to which to send the classification reports, if any.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual string ClassificationReportMailTo { get; set; }
public:
property String^ ClassificationReportMailTo {
virtual String^ get();
virtual void set(String^ value);
}
abstract ClassificationReportMailTo : string with get, set
override ClassificationReportMailTo : string with get, set
Public Overridable Property ClassificationReportMailTo As String
Property Value
Type: System.String
Returns a String containing the email addresses of those receiving the reports via email. Use a semicolon to delimit the addresses. The maximum length of each address is 255 characters.
Implements
IFsrmClassificationManager2.ClassificationReportMailTo
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 AdminEmail property is set). The subject is "<ReportType>: <ReportName>". The body of the email message is empty.
See Also
IFsrmClassificationManager2
IFsrmClassificationManager
FsrmClassificationManager
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
MSFT_FSRMClassification
Return to top