Contact EntryID的xml过滤器 [英] xml filter for Contact EntryID

查看:52
本文介绍了Contact EntryID的xml过滤器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些电话拨号软件只能在联系人列表中使用。一旦显示联系人,它将无法工作。

I've got some phone dialing software that only works from lists of Contacts. It won't work once a Contact is displayed.

因此,我将制作一些VBA代码以打开一个新的检查器窗口,并将其视图设置为联系人列表 - 但我只想在列表中找到一个联系人。我找不到通过view.XML过滤联系人集的方法。事实上,我已经看到一些 评论
说无法完成,EntryID没有公开过滤器。 

So I'm going to make some VBA code to open a new inspector window and set the view for it to be a list of Contacts -- but I only want one Contact in the list. I can't find a way to filter the set of Contacts via view.XML. In fact, I've seen some comments saying it can't be done, that the EntryID isn't exposed to filters. 

所以现在,我正在寻找具有相同FullName + BusinessPhone + HomePhone + MobilePhone的所有联系人。这可能会奏效,但似乎很愚蠢。我有联系人的EntryID,这意味着我将永远得到我之后的
。但是我无法弄明白该怎么做。

So for now, I'm looking for all the Contacts that have the same FullName + BusinessPhone + HomePhone + MobilePhone. Which will probably work, but it seems dumb. I have the EntryID for the Contact, which means I'll always get exactly the one I'm after. But I can't figure out how to do it.

有没有办法让Contact的EntryID成为我VBA视图的过滤器?

Is there a way to make the Contact's EntryID the filter for the view from my VBA?

推荐答案

您可以通过调用Application.ActiveExplorer.AddToSelection()
You can select the contact in the list by calling Application.ActiveExplorer.AddToSelection()

这篇关于Contact EntryID的xml过滤器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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