Question

I am using MAPI to get details of email into my database. Now it seems that outlook captures Last Modified time. But I am not able to find any helpful articles on how to capture the "last modified by" in outlook.

I need to know how I can achieve this using VBA Outlook with MAPI or if there is any other way of getting this done.

No correct solution

OTHER TIPS

Extended MAPI can only be used from C++ or Delphi. There is no way you can do that from VBA.

Why do you need to use MAPI? Have you looked into using the Outlook Object Model and the MailItem.LastModificationTime property in particular?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top