Reputation: 1
I've created an application that automates the editing of .XLSX files using the Excel Interop and then saves the files.
However, my organization's policies require applying a sensitivity label to these files, which triggers a popup (see image below).
The issue is:
I'm looking for a way to handle or bypass this popup so the process runs smoothly without manual intervention.
Has anyone encountered this issue before, or does anyone have suggestions on how to resolve it? Thanks in advance for your help!
Already tried:
More information:
Visual Studio 2022
.NET Framework 4.7.2
Already tried this, but it does not work on .NET Framework.
Upvotes: 0
Views: 148