FsrmSettingClass Class
Used to configure FSRM.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | FsrmSettingClass() | Creates a new instance of the FsrmSettingClass class. |
| Name | Description | |
|---|---|---|
![]() | AdminEmail | Retrieves or sets the email address for the administrator. |
![]() | DisableCommandLine | Retrieves or sets a value that determines whether FSRM prevents command line actions from running. |
![]() | EnableScreeningAudit | Retrieves or sets a value that determines whether FSRM keeps audit records of the file screen violations. |
![]() | MailFrom | Retrieves or sets the default email address from which email messages are sent. |
![]() | SmtpServer | Retrieves or sets the SMTP server that FSRM uses to send email. |
| Name | Description | |
|---|---|---|
![]() | EmailTest(String) | Send an email message to the specified email address. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetActionRunLimitInterval(_FsrmActionType) | Gets the time that an action that uses the global run limit interval must wait before the action is run again. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetActionRunLimitInterval(_FsrmActionType, Int32) | Sets the time that an action that uses the global run limit interval must wait before the action is run again. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


