Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Outlook 插件(VS2013/CSharp/Outlook 2010 AddIn Project),我需要以编程方式设置您尝试创建约会时出现的房间列表。
据我所知,这些房间是从活动目录加载的,但我需要“按用户”显示它们。
Application.Session.AddressLists.Item("All Rooms")应该做的工作。
Application.Session.AddressLists.Item("All Rooms")
编辑: Outlook 对该列表进行硬编码 - 据我所知,Outlook 会查找 GAL (PR_AB_PROVIDER_ID = MUIDEMSAB) 公开的地址列表,并在 PR_CONTAINER_FLAGS 属性中设置了 0x200 位。您不能以编程方式创建新的 GAL 容器,至少不能从客户端创建。