提供3000多款全球软件/控件产品
针对软件研发的各个阶段提供专业培训与技术咨询
根据客户需求提供定制化的软件开发服务
全球知名设计软件,显著提升设计质量
打造以经营为中心,实现生产过程透明化管理
帮助企业合理产能分配,提高资源利用率
快速打造数字化生产线,实现全流程追溯
生产过程精准追溯,满足企业合规要求
以六西格玛为理论基础,实现产品质量全数字化管理
通过大屏电子看板,实现车间透明化管理
对设备进行全生命周期管理,提高设备综合利用率
实现设备数据的实时采集与监控
利用数字化技术提升油气勘探的效率和成功率
钻井计划优化、实时监控和风险评估
提供业务洞察与决策支持实现数据驱动决策
Security Manager for Microsoft Outlook是一个单线程的编程工具,可以让你实现旁路安全设置,以及避免安全警告或快速附件和应用程序。
标签:开发商: Add-in Express
当前版本: V8.15
产品类型:控件
产品功能:工业数据采集软件
平台语言:.NET|VCL|Activex & COM
开源水平:不提供源码
本产品的分类与介绍仅供参考,具体以商家网站介绍为准,如有疑问请来电 023-68661681 咨询。
声明:本产品中文介绍为慧都网版权所有,未经慧都公司书面许可,严禁拷贝、转载!
* 关于本产品的分类与介绍仅供参考,精准产品资料以官网介绍为准,如需购买请先行测试。
什么时候 Outlook 安全警报工作?
如果你准备开发 MS Outlook 附件或与 Microsoft Outlook 结合的应用程序时,你会运行或已经运行到一个安全警告或警报。Key Outlook 对象,如地址簿或邮件条目,包括了属性和方法都可以通过安全设置来保护。
怎样预防 Outlook 安全警报的出现?
需要移除安全警报? 通过使用 Outlook Security Manager,你能很容易地在 MS Outlook 绕过安全设置,可以关闭警报或弹出一条单行代码消息! 不同于类似工具,Outlook Security Manager 不会改变 OOM (Outlook Object Model) 和 CDO (Collaboration Data Objects)调用为 Extended MAPI 调用,并且不会使得开发由于其自身的特殊对象变得更复杂。它只是通过三个属性来实现一个对象,从而为 Outlook objects, CDO 以及 Simple MAPI,包括 MailMerge 实现或取消安全设置。这些属性是 DisableOOMWarnings, DisableCDOWarnings 以及 DisableSMAPIWarnings. 在调用一个受保护的对象前,你必须通过相应的属性来切断 Outlook 安全性,然后再重新打开。比如:
Visual Basic .NET
Dim SecurityManager As New AddinExpress.Outlook.SecurityManager
SecurityManager.DisableOOMWarnings = True
Try
' ... any action with protected objects ...
Finally
' In any case please remember to turn on
' Outlook Security after your code,
' since now it is very easy to switch it off! :-)
SecurityManager.DisableOOMWarnings = False
End Try
Visual Basic 6 (VBA)
OlSecurityManager.DisableOOMWarnings = True
On Error Goto Finally
' ... any action with protected objects ...
Finally:
OlSecurityManager.DisableOOMWarnings = False
Delphi
OlSecurityManager.DisableOOMWarnings := True;
try
// ... any action with protected objects ...
finally
OlSecurityManager.DisableOOMWarnings := False;
end;
Outlook Security Manager 是一个进程内的 COM 对象,可以操作 Outlook E-mail Security Engine中所有的内部事件,而不是 "hacks" 或 "hooks". Outlook Security Manager 直接支持以下三个平台,.NET, VCL 以及 ActiveX (VB.NET, C#, C++ MFC/ATL/.NET, Visual Basic 6, Delphi, VBA, Word MailMerge),并且重新考虑平台的特性。请注意,所有的版本都包含在了一个许可包里。通过一行代码修正了 Outlook 安全性问题!可以在没有弹出纤细的情况下愉快地进行 Outlook 开发。你现在旧可以订购 Outlook Security Manager,可以立即获得而且能在没有任何安全问题的情况下使用 Outlook 对象。
When are Outlook security alerts fired?
If you are going to develop MS Outlook add-ins or applications interacting with Microsoft Outlook, you will run into or have already run into security warnings, or alerts. Key Outlook objects such as the address book or mail items including their properties and methods are protected by security settings.
How to prevent Outlook security warnings from appearing?
Need to remove security alerts? With Outlook Security Manager you can easily bypass security settings in MS Outlook and turn off an alert, or a pop-up message with just one line of code! Unlike similar tools, Outlook Security Manager doesn't transform OOM (Outlook Object Model) and CDO (Collaboration Data Objects) calls to Extended MAPI calls and doesn't make development more complicated by its own special objects. It just implements one object with three properties that enable or disable security settings for Outlook objects, CDO and Simple MAPI including MailMerge. These properties are DisableOOMWarnings, DisableCDOWarnings and DisableSMAPIWarnings. Before calling a protected object you just switch off Outlook security via the corresponding property, and then you turn it on again. For example:
Visual Basic .NET
Dim SecurityManager As New AddinExpress.Outlook.SecurityManager
SecurityManager.DisableOOMWarnings = True
Try
' ... any action with protected objects ...
Finally
' In any case please remember to turn on
' Outlook Security after your code,
' since now it is very easy to switch it off! :-)
SecurityManager.DisableOOMWarnings = False
End Try
Visual Basic 6 (VBA)
OlSecurityManager.DisableOOMWarnings = True
On Error Goto Finally
' ... any action with protected objects ...
Finally:
OlSecurityManager.DisableOOMWarnings = False
Delphi
OlSecurityManager.DisableOOMWarnings := True;
try
// ... any action with protected objects ...
finally
OlSecurityManager.DisableOOMWarnings := False;
end;
Outlook Security Manager is an in-process COM object that handles all internal events of the Outlook E-mail Security Engine rather than "hacks" or "hooks". Outlook Security Manager directly supports three platforms, .NET, VCL and ActiveX (VB.NET, C#, C++ MFC/ATL/.NET, Visual Basic 6, Delphi, VBA, Word MailMerge) and takes into account the platforms' peculiarities. Please note all the editions are included in one license package. Fix Outlook security problem programmatically with a line of code! Enjoy Outlook development with no irritating popup warnings. You can order Outlook Security Manager now, get it instantly and use Outlook objects without any security troubles.
更新时间:2021-07-14 10:16:40.000 | 录入时间:2008-03-03 14:22:37.000 | 责任编辑:龚雪
扫码获取中文帮助
支持400多种设备通讯协议,便捷的配置,快速实现设备联网采集。
V-Ray Collection终级三维渲染和模拟工具集
V-Ray for SketchUp面向建筑师和设计师的快速且易用的渲染插件。
V-Ray for Rhino面向建筑设计师,汽车设计师,产品设计师的强大渲染软件。
Chaos CloudChaos Cloud 是一键式云渲染解决方案,只需点击按钮Chaos Cloud 会处理好一切。
服务电话
重庆/ 023-68661681
华东/ 13452821722
华南/ 18100878085
华北/ 17347785263
客户支持
技术支持咨询服务
服务热线:400-700-1020
邮箱:sales@pclwef.cn
关注我们
地址 : 重庆市九龙坡区火炬大道69号6幢