2

I'm trying the search for emails based on SMTP address. I've found that I need to use http://schemas.microsoft.com/mapi/proptag/0x39FE001E but if I try to create a view using the following DASL filter, nothing is displayed:

"http://schemas.microsoft.com/mapi/proptag/0x39FE001E" = 'name@domain.com'

What am I doing wrong?

4

2 回答 2

0

没有消息直接在其上设置该属性。您是否尝试根据发件人 SMTP 地址进行过滤?PidTagSenderSmtpAddress 可能存在也可能不存在(DASL 名称http://schemas.microsoft.com/mapi/proptag/0x5D01001F)。

检查您是否可以在OutlookSpy中看到该属性(单击 IMessage 按钮)。

于 2013-11-08T16:13:03.003 回答
0

我相信你必须这样做:

"http://schemas.microsoft.com/mapi/proptag/0x39FE001E" CI_STARTSWITH 'name@domain.com'
于 2013-11-08T15:53:22.793 回答