Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/275.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# c:“没有得到”;“用户类型”;对于RegisterNewUser()函数_C#_Lotus Domino_Interop Domino - Fatal编程技术网

C# c:“没有得到”;“用户类型”;对于RegisterNewUser()函数

C# c:“没有得到”;“用户类型”;对于RegisterNewUser()函数,c#,lotus-domino,interop-domino,C#,Lotus Domino,Interop Domino,我没有为下面的函数获取“用户类型”:(在C#中使用Domino.dll) _NotesRegister.RegisterNewUser(pLastn、pIdfile、pServer、pFirstn、pmidle、pCertpw、pLocation、pComment、pMaildbpath、pForward、pUserpw、pAltName、pAltLang、Usertype) 我的理解是,RegisterNewUser方法中的Usertype参数用于定义新用户的“许可证类型”——这可以是“完整”

我没有为下面的函数获取“用户类型”:(在C#中使用Domino.dll)


_NotesRegister.RegisterNewUser(pLastn、pIdfile、pServer、pFirstn、pmidle、pCertpw、pLocation、pComment、pMaildbpath、pForward、pUserpw、pAltName、pAltLang、Usertype)

我的理解是,RegisterNewUser方法中的Usertype参数用于定义新用户的“许可证类型”——这可以是“完整”Notes许可证、“仅电子邮件”许可证或“有限使用”许可证。仅限邮件用户只能使用Notes客户端发送电子邮件,限制使用的用户只能使用基于预定义Notes模板的电子邮件和Notes数据库(不使用自定义数据库)。RegisternewUser方法将执行的步骤之一是在NAB中创建一个新的Person文档-在此Person文档上(在“管理”选项卡上),有一个标记为“Notes客户端许可证”的相应字段。在身份验证过程中,Notes客户端在服务器的NAB中为连接的用户检查此值

允许的用户类型值记录在Notes帮助中(尽管在线版本-)中似乎有错误。如下所示:

  • NOTES_uu桌面_u客户端(175)桌面客户端
  • NOTES_uu完整客户端(176)默认值,完整客户端
  • NOTES_uuLimited_u客户端(174)邮件客户端