无法访问Outlook 2010 VB.Net中的共享联系人文件夹 [英] Cannot Access Shared Contacts Folder In Outlook 2010 VB.Net

查看:97
本文介绍了无法访问Outlook 2010 VB.Net中的共享联系人文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建Outlook加载项,使用vb.net进入共享文件夹时遇到问题.

Im creating outlook add-in and I am having problems getting into Shared folder using vb.net.

我尝试过

contactsFolder = ns.Folders.Item("Shared Contacts")

contactsFolder = ns.Folders.Item("Public Folders")

仍然无法访问它.有谁可以帮助我吗.我不断收到错误消息:

still have no way of accessing it. can someone help me please. I keep getting error:

The attempted operation failed.  An object could not be found.

推荐答案

由于您使用的是共享文件夹,因此该文件夹不能存在于 Store .您可能需要枚举 Session.Stores ( ns.Stores ).有关代码示例,请参见相关的SO帖子.

Since you are using a shared folder, the folder must not exist in the default Store. You probably need to enumerate Session.Stores (ns.Stores). See related SO post for code example.

这篇关于无法访问Outlook 2010 VB.Net中的共享联系人文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆