NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetOffice.OutlookSecurity

flimtix opened this issue · comments

I am in the process of upgrading an old project to a newer NET version. So far I have been using DLLs, however I now want to use NuGet for versioning. Unfortunately I can't find a way to suppress OutlookSecurity. Is this no longer necessary or is there another way?

See old docs: https://netoffice.io/toolbox/outlook_security.html

This code does not work anymore:

public void Foo()
{
    NetOffice.OutlookSecurity.Supress.Enabled = true;
}

Im using these NuGet package:

  • NetOfficeFw.Outlook
  • NetOfficeFw.Core

Hi @21r8390, this functionality was removed a long time ago. See #67

Didn't saw that coming! 😂🥴 Thx