Available settings
Global parameters - [HKEY_LOCAL_MACHINE\SOFTWARE\DCSMailSecurityAddin]
DbInterval: how often should be database been queried
Delay: Set this to X to delay every email. The value is in minutes.
Hide: If set to 1 all options are hided in Outlook.
ReadOnly: If set to 1 all options in Outlook are showed but are readonly
SafeDomains: This multi-string setting contains the list of safe domains or emails. If there are no safe domains/emails defined, SendTrusted will use the user’s own email addresses to detect which domains are safe. SendTrusted accepts all sub-domains under the top-domain as safe. If you specify ‘mycompany.com’ in the safe domain list, then This email address is being protected from spambots. You need JavaScript enabled to view it. and This email address is being protected from spambots. You need JavaScript enabled to view it. will all be safe. In version 4.3.5.0 or later you can also specify individual email addresses here.
User parameters - [HKEY_CURRENT_USER\SOFTWARE\DCSMailSecurityAddin]
txtConnection - connection string to MS SQL database with authorized e-mail domains/e-mail addresses
txtTable - MS SQL table name with authorized recipients (e-mail domains/e-mail addresses)
txtContinueSend - text showed to user - default: "Are you sure you want to send to these recipients?"
txtNotAuthorized - text showed to user - default:"The following recipients are not authorized for this message:"
txtNotSensitive - text showed to user - default: "The message does NOT contain sensitive information"
txtNotSynced - text showed to user - default: "Database is not synced yet. Please sync the database before continuing."
txtSensitive - text showed to user - default:"The message contains sensitive information"
txtSyncComplete - text showed to user - default: "Synchronization was completed."
txtBodyFound - text showed to user - default: "Regular Expression match found in email message"
txtSubFound - text showed to user - default: "Regular Expression match found in email subject"
txtSubRegExp - regexp expresion to check in subject for example detect 11 digits : "^\\d{11}$"
txtBodyRegExp - regexp expresion to check in subject for example detect 11 digits : "^\\d{11}$"