urn:??? name for MailItem.FlagStatus

V

Vladimir

How to reference FlagStatus message property (of MailItem) in
Oulook.Application.AdvancedSearch filter parameter text (DASL query)? I found
"urn:schemas:httpmail:flagcompleted" and "urn:schemas:httpmail:messageflag"
but the first is always null for some reason while the latter is the
follow-up text and not the status like completed or not.
 
K

Ken Slovak - [MVP - Outlook]

http://schemas.microsoft.com/mapi/proptag/0x10900003

The best way to find out what DAV proptags you need for properties is to
open the customize current view dialog and use the Advanced tab of the
filter property for the view to set up a condition using that property. Then
go to the SQL tab to see how it looks in DAV syntax.
 
Top