Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Classifying internal emails: When the feature is used, when the sent domain address and the destination domain address are the same, mail can be sent without asking for classification.

...

Customize

With customization, the default rules can be changed based on User, Group, IP or the application/plugin tool that is being classified.

For example, you can only automatically classify for a certain user group, say that you are authorized to reduce the class or that there is no obligation to classify.

Each rule is a customization. You can add as many as you want. If the rules cover each other, the last customization is valid for the end user.

...

Active: You can use customization on/off for end users.

Name and Description: If you have a lot of customizations, we recommend that you write a systematic naming and description for ease of management.

Users: The person and group information that will be affected by the customization is written here. More than one person/group can be selected.

Applications: The applications that will be affected by the customization are selected. More than one can be selected. If none is selected, the customization applies to all applications.

Automatic Classification, Form Display, OS Meta Usage, Classification in Internal Emails, Class Reduction in Plugins: The behavior here is the same as in the plugin settings. Which one or which ones can be changed if desired to be customized.

Disable Classification: You can disable classification. Sorting will be disabled for the group or app you selected.

Available Classes: You may want some classes to be offered only by certain groups or departments. In this case, you can specify which classes are available for each customization.

Macro: You can create advanced options with a macro. It is possible to create IP-based, time-based rules.

Macro Examples

  1. c.Client!=null && c.Client.GetClientIPAddress()=="192.168.1.14" The IP address to which the customization will be valid can be selected by typing.

  2. DateTime.Now.Hour>8 && DateTime.Now.Hour < 18 Allows the use of customization between certain hours.

You can access the objects that can be used via the link. https://service.decesoftware.com/api

Interface Texts

Interface texts determine the appearance of some buttons and messages within plugins.

...