FsrmSetting Interface
Used to configure FSRM. All methods and properties of the IFsrmSetting interface are available in this class. To create this object from a script, use the "Fsrm.FsrmSetting" program identifier.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | AdminEmail | Retrieves or sets the email address for the administrator.(Inherited from IFsrmSetting.) |
![]() | DisableCommandLine | Retrieves or sets a value that determines whether FSRM prevents command line actions from running.(Inherited from IFsrmSetting.) |
![]() | EnableScreeningAudit | Retrieves or sets a value that determines whether FSRM keeps audit records of the file screen violations.(Inherited from IFsrmSetting.) |
![]() | MailFrom | Retrieves or sets the default email address from which email messages are sent.(Inherited from IFsrmSetting.) |
![]() | SmtpServer | Retrieves or sets the SMTP server that FSRM uses to send email.(Inherited from IFsrmSetting.) |
| Name | Description | |
|---|---|---|
![]() | EmailTest(String) | Send an email message to the specified email address.(Inherited from IFsrmSetting.) |
![]() | GetActionRunLimitInterval(_FsrmActionType) | Gets the time that an action that uses the global run limit interval must wait before the action is run again.(Inherited from IFsrmSetting.) |
![]() | SetActionRunLimitInterval(_FsrmActionType, Int32) | Sets the time that an action that uses the global run limit interval must wait before the action is run again.(Inherited from IFsrmSetting.) |
FSRM implements this class.

