Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Outlook 的文件菜单中创建了 Outlook 插件按钮。当我单击它时,我想将电子邮件的详细信息(例如主题、正文和附件)发送到 asp.net 网页。
我可以通过 c# 代码访问电子邮件内容。我需要做什么来确定信息是来自我的插件还是其他来源?
您可以将其写入临时文件并从那里读取。在临时文件中添加一个关键字,该关键字将标识它来自您的插件应用程序。您可以检查此关键字是否存在,以确保提供网页内容的是您的插件。