2

As mentioned in this post, it is possible to grab the entryID from Outlook messages.

But the problem is if theses messages are moved to another folder, the ID changes.

So, I guess I need the GUID, but I don't know how I can grab this via a macro in Outlook. Can anyone help me figure this out?

john
  • 21

1 Answers1

1

Use PR_SEARCH_KEY (http://schemas.microsoft.com/mapi/proptag/0x300B0102 for PropertyAccessor and Folder.GetTable filter).

thims
  • 9,361