Skip to main content
Version: Next

JSON Configuration File

To customize the behavior of the Enki Outlook Classic Add-in, you can use a JSON configuration file. Create a file named config.json and place it in the add-in's installation folder.

Example Configuration File

{
"exportType": "eml",
"submitTo": "security@email",
"promptSend": true,
"deleteSentItem": true,
"deleteOriginal": true
}

Configuration Options

ParameterTypeDescription
exportTypestringSpecifies the file format for the reported email. The value could be "eml" or "msg".
submitTostringThe email address where reported emails are sent. Replace "security@email.com" with your team's address.
promptSendbooleanWhen set to true, this requires a user to manually send any email after being prompted about an external or unapproved recipient.
deleteSentItembooleanIf true, the reported email will be automatically deleted from the user's Sent Items folder.
deleteOriginalbooleanIf true, the original email will be automatically deleted from the user's Inbox after it is reported.