简体   繁体   English

Interop Domino Get Navigator元素

[英]Interop Domino Get Navigator elements

now I am working with notes database. 现在我正在使用Notes数据库。 I used interop.domino dll to interact with Notes database. 我使用interop.domino dll与Notes数据库进行交互。 I can get almost design elements of a note database by exporting it to dxl file. 通过将注释数据库导出到dxl文件,可以得到几乎所有设计元素。

But when I try to get navigator elements, I met a trouble. 但是,当我尝试获取导航器元素时,遇到了麻烦。 I got navigator's information is encode by something like Base64. 我得到了导航器的信息是通过类似Base64的代码进行编码的。

I don't know how can I get navigator's information such as: hostpost button, image, etc. 我不知道如何获取导航器的信息,例如:主机按钮,图像等。

Navigators were introduced in Notes 4.0, but have been for all intents and purposes deprecated since the release of Notes 5.0 - in 1999. 导航器是在Notes 4.0中引入的,但自1999年Notes 5.0发行以来,出于所有目的和目的已不再使用导航器。

They never got full support in DXL. 他们从未在DXL中获得全力支持。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用“ Interop.Domino.dll”(C#)获取Lotus Notes密码(在本地计算机上)? - How to get Lotus Notes Password (on local machine) using “Interop.Domino.dll” (C#)? 如何使用 interop.domino.dll c# 程序获取“Internet 域”和“地址名称格式”? - How to get the "Internet Domain" and "Address name format" using interop.domino.dll c# program? 如何使用INTEROP.DOMINO.DLL从Lotus Notes RichText字段获取链接,图像数据 - How to get link, image data from Lotus Notes RichText field using INTEROP.DOMINO.DLL 使用Interop.Domino.dll读取Lotus Notes和Domino邮箱 - Reading Lotus Notes & Domino Mailbox using Interop.Domino.dll 调用Domino interop会使调用应用程序和Lotus Notes Client崩溃 - Calling Domino interop crashes calling application and Lotus Notes Client 使用Interop.Domino访问应用程序Lotus脚本 - Accessing application lotus scripts based using Interop.Domino c#在Lotus Sent文件夹中保存已发送的电子邮件(domino interop) - c# save sent email in Lotus Sent folder (domino interop) 如何使用c#和interop.domino.dll的用法在Domino服务器中插入新的注释文档? - how to insert a new notes document in the domino server with c# and the usage of interop.domino.dll? 使用“ Interop.Domino.dll”从Domino服务器访问“ mail \\ ServerMailFile.nsf”文件中的邮件 - Accessing mails from “mail\ServerMailFile.nsf” file from Domino Server using “Interop.Domino.dll” 如何使用带有 Interop.Excel 库的 C# 从现有 Excel 文件中获取特定元素? - How to get specific elements from an existing Excel file using C# with the Interop.Excel library?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM