You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/standards.json
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -486,6 +486,42 @@
486
486
"impact": "Low Impact",
487
487
"impactColour": "info"
488
488
},
489
+
{
490
+
"name": "standards.DisableTNEF",
491
+
"cat": "Exchange Standards",
492
+
"tag": ["lowimpact"],
493
+
"helpText": "Disables Transport Neutral Encapsulation Format (TNEF)/winmail.dat for the tenant. TNEF can cause issues if the recipient is not using a client supporting TNEF.",
494
+
"addedComponent": [],
495
+
"label": "Disable TNEF/winmail.dat",
496
+
"impact": "Low Impact",
497
+
"impactColour": "info"
498
+
},
499
+
{
500
+
"name": "standards.FocusedInbox",
501
+
"cat": "Exchange Standards",
502
+
"tag": ["lowimpact"],
503
+
"helpText": "Sets the default Focused Inbox state for the tenant. This can be overridden by the user.",
0 commit comments