联系人 Pocket PC - WM 5.0 - C# .NET
你好,我是在 mobile .net 中创建简单程序的新手。所以我的问题是, 我可以获取模拟器中存储的所有联系人吗?
Hello Im new in creating simple programs in mobile .net. So my question is,
is it possible for me to get all the contacts stored in an emulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用 PocketOutlook API 查询联系人列表,您必须添加对 Microsoft.WindowsMobile.PocketOutlook 程序集的引用,然后使用此代码片段
Yup you can query the contacts list using PocketOutlook API, you have to add a reference to Microsoft.WindowsMobile.PocketOutlook assembly then use this snippet of code