A code sample for removing Word, Excel and/or PowerPoint hidden data and personal information in Outlook e-mail attachments: private void button1_Click(object sender, RibbonControlEventArgs e) { Microsoft.Office.Interop.Outlook.Inspector currentInspector = this.Context as Microsoft.Office.Interop.Outlook.Inspector; if (currentInspector == null) { }…