从Outlook VBA 2003中的电子邮件中获取messageID

编程入门 行业动态 更新时间:2024-10-27 14:18:58
本文介绍了从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

本文发布于:2023-06-08 23:38:13,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/591035.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:电子邮件   VBA   Outlook   messageID

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!