문제

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.

올바른 솔루션이 없습니다

다른 팁

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top