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.

Pas de solution correcte

Autres conseils

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?

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top