简体   繁体   English

VBA Outlook - 使用 MAPI 获取“最后修改者”

[英]VBA Outlook - Get “last modified by” using MAPI

I am using MAPI to get details of email into my database.我正在使用MAPI将电子邮件的详细信息输入到我的数据库中。 Now it seems that outlook captures Last Modified time .现在似乎 Outlook 捕获Last Modified 时间 But I am not able to find any helpful articles on how to capture the "last modified by" in outlook.但是我找不到任何关于如何在 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.我需要知道如何使用带有MAPI VBA Outlook来实现这一点,或者是否有任何其他方法可以完成此任务。

Extended MAPI can only be used from C++ or Delphi.扩展 MAPI 只能从 C++ 或 Delphi 中使用。 There is no way you can do that from VBA.您无法从 VBA 中做到这一点。

Why do you need to use MAPI?为什么需要使用 MAPI? Have you looked into using the Outlook Object Model and the MailItem.LastModificationTime property in particular?您是否特别考虑过使用 Outlook 对象模型和 MailItem.LastModificationTime 属性?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Excel 2010中使用VBA在目录中获取最后修改的文件 - How to get the last modified file in a directory using VBA in Excel 2010 如何使用 VBA 在 SharePoint 中获取文件的上次修改日期? - How will I get the last modified date of a file in a SharePoint using VBA? Excel VBA:在不使用GetNamespace(“ MAPI”)的情况下将Outlook电子邮件移动到公用文件夹中 - Excel VBA: Move Outlook email in public folder without using GetNamespace(“MAPI”) 如何使用Rest API(非MAPI)连接到Outlook 2016 VBA上的特定电子邮件帐户 - How to connect to a specific email account on Outlook 2016 VBA using Rest API (Not MAPI) 从文件夹路径获取Outlook中的MAPI文件夹 - Get MAPI Folder in Outlook from Folder Path 使用Outlook MAPI列出文件夹中的所有电子邮件 - List all Email in folder using Outlook MAPI 如何在 Excel vba 中修改 Outlook 约会的重复次数? - How do I get modified recurrences of Outlook appointments in Excel vba? 如何使用 VBA 从 Sharepoint 获取 Excel 文件的上次修改日期? - How to Get Last Modified Date of excel file from Sharepoint using VBA? 使用无MAPI的Access和VBA发送电子邮件 - email using Access and VBA without MAPI VBA - 如何在 Excel 2010 的目录中获取最后修改的文件或文件夹 - VBA - How to get the last modified file or folder in a directory in Excel 2010
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM