当我尝试使用 C# 访问用户(在不同机器上)的邮件文件(mail/usermail.nsf)时出现此错误。
我正在使用“Interop.Domino.dll”。
发生这种情况是因为用户名和组织名称相同吗?
但是我可以访问本地用户 NSF 文件(用户在安装 Domino 服务器的同一台机器上配置),其中 Lotus Notes 客户端名称与域名相同。
当我尝试使用 C# 访问用户(在不同机器上)的邮件文件(mail/usermail.nsf)时出现此错误。
我正在使用“Interop.Domino.dll”。
发生这种情况是因为用户名和组织名称相同吗?
但是我可以访问本地用户 NSF 文件(用户在安装 Domino 服务器的同一台机器上配置),其中 Lotus Notes 客户端名称与域名相同。
Can you access the file using the Notes client and that ID? If not, your code won't be able to either. In that case, check the "Who may access Server" section in the server document in the NAB and/or the Access Control List of the database, depending on the message you get on failing to access.
一些需要检查的事情是:
您确定用户有权访问该邮件文件吗?还要确保用户 ID 可以访问服务器。