We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f7da5 commit 8a9667aCopy full SHA for 8a9667a
src/pages/email/tools/message-trace/index.js
@@ -83,6 +83,12 @@ const Page = () => {
83
},
84
icon: <DocumentTextIcon />,
85
86
+ {
87
+ label: "View in Explorer",
88
+ noConfirm: true,
89
+ link: `https://security.microsoft.com/realtimereportsv3?tid=${tenantFilter}&dltarget=Explorer&dlstorage=Url&viewid=allemail&query-NetworkMessageId=[MessageTraceId]`,
90
+ icon: <DocumentTextIcon />,
91
+ },
92
];
93
94
const onSubmit = () => {
0 commit comments