Skip to content

Instantly share code, notes, and snippets.

@mluxe
Last active September 19, 2022 10:11
Show Gist options
  • Select an option

  • Save mluxe/f204e1dcf5be4a54c6208a31a15519c2 to your computer and use it in GitHub Desktop.

Select an option

Save mluxe/f204e1dcf5be4a54c6208a31a15519c2 to your computer and use it in GitHub Desktop.
Office Mail Assistant Add-In Configuration
{
"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