IFsrmActionReport Interface
Used to generate a report in response to a quota or file screen event.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | ActionType | Gets the ActionType property. |
![]() | id | Gets the id property. |
![]() | MailTo | Retrieves or sets the email address to which the reports are sent. This property is read/write. |
![]() | ReportTypes | Retrieves or sets the types of reports to generate. This property is read/write. |
![]() | RunLimitInterval | Gets and sets the RunLimitInterval property. |
| Name | Description | |
|---|---|---|
![]() | Delete() | Removes the report that was generated for the quota or file screen event. |
To create an event log action, call one of the following methods and specify FsrmActionType_Report as the action type:
The create methods return an IFsrmAction interface. To get this interface, call the QueryInterface method and specify IID_IFsrmActionEventLog as the interface identifier.
The IFsrmActionReport interface inherits from IFsrmAction IFsrmActionReport also has these types of members:

