JerryKlmns
IS-IT--Management
Does anyone use the Outlook Add-in from to bypass the annoying Outlook Object Model Guard ![[curse] [curse] [curse]](/data/assets/smilies/curse.gif)
From the link in this code
what dim is needed for the OlSecurityManager? I did add the reference to outlsec 1.0 Type Library.
BTW it does not show in my Outlook Add-Ins
![[curse] [curse] [curse]](/data/assets/smilies/curse.gif)
From the link in this code
Code:
OlSecurityManager.DisableOOMWarnings = True
On Error Goto Finally
' ... any action with protected objects ...
Finally:
OlSecurityManager.DisableOOMWarnings = False
what dim is needed for the OlSecurityManager? I did add the reference to outlsec 1.0 Type Library.
BTW it does not show in my Outlook Add-Ins