Determine if a Folder contains a UserProperty

  • Thread starter Thread starter Rog
  • Start date Start date
R

Rog

Is it possible to determine if a UserProperty exists in a folder without
looping through each item to check it's UserProperties?
Thanks
Rog
 
Not in Outlook Object Model. In Extended MAPI/CDO 1.21/Redemption, you can
check if the folder's associated (hidden) contents table contains a message
with the message class (PR_MESSAGE_CLASS) equal to "IPC.MS.REN.USERFIELDS".

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
What about a specific UP? Do I have to venture into the PR_USERFIELDS
and locate it there?


Ariel
 
Back
Top