Last active
September 19, 2022 10:11
-
-
Save mluxe/f204e1dcf5be4a54c6208a31a15519c2 to your computer and use it in GitHub Desktop.
Office Mail Assistant Add-In Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "folders": { | |
| "aging": [ | |
| { "label": "7 days", "includeSent": true, "id": "" }, | |
| { "label": "30 days", "includeSent": true, "id": "" }, | |
| { "label": "90 days", "includeSent": true, "id": "" } | |
| ], | |
| "projects": [ | |
| { "label": "Maritime Enhancement", "includeSent": false, "id": "" }, | |
| { "label": "SLAer Decommission", "includeSent": false, "id": "" } | |
| ], | |
| "operations": [ | |
| { "label": "SL1", "includeSent": false, "id": "" }, | |
| { "label": "SLAer", "includeSent": false, "id": "" }, | |
| { "label": "Splunk", "includeSent": false, "id": "" }, | |
| { "label": "IP Control", "includeSent": false, "id": "" }, | |
| { "label": "VM Infrastructure", "includeSent": false, "id": "" }, | |
| { "label": "Vendor", "includeSent": false, "id": "" }, | |
| { "label": "Others", "includeSent": false, "id": "" } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment