从Outlook VBA 2003中的电子邮件中获取messageID [英] Getting messageID from email in Outlook VBA 2003

查看:104
本文介绍了从Outlook VBA 2003中的电子邮件中获取messageID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有一种简单的方法可以通过VBA获取当前显示的(最好是已选择的)消息ID? 无需,无需购买兑换或其他套餐.

Is there a easy way to get the current shown (preferably selected) message-ID via VBA ? without having to buy Redemption or some other package..

我需要输入消息ID,以便我可以链接到一个Web应用程序,该应用程序可以读取邮件并对其进行其他处理

I need to message ID so I can make a link to a web-application that reads the mail and does some other stuff with it

在Outlook 2003中似乎无法使用MAPI或PropertyAccessor.

Can't seem to use MAPI or PropertyAccessor in outlook 2003..

推荐答案

您是指消息的唯一ID吗?尝试EntryID属性:

Do you mean the unique ID for the message? Try the EntryID Property:

ActiveExplorer.Selection.Item(1).EntryID

FYI PropertyAccessor已添加到Outlook 2007中,您在2003年不会看到它.

FYI PropertyAccessor was added in Outlook 2007, you wouldn't see it in 2003.

这篇关于从Outlook VBA 2003中的电子邮件中获取messageID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆