MAPI - find a file containing a MAPI URL (or open a message)

I am using the windows search API which returns mapi urls.

  • How to find a file containing data for a URL? For instance. The path to the PST file from which this message appeared?

  • How can I programmatically retrieve the content or data of a MAPI message (i.e. unlike just opening it with a shell).

+5
source share
1 answer

Usually, the MAPI allows you to call a method that gets the IMAPITable associated with the object, and then sets its columns according to the properties you want to request, check this one from]

0
source

Source: https://habr.com/ru/post/1241847/


All Articles