2007 年展望Asp.net C# 将电子邮件属性从 Outlook 获取到自定义 C# 表单
我的要求是,当用户选择特定邮件并单击菜单项时,它将以自定义形式显示特定邮件详细信息(收件人、抄送、密件抄送、主题、正文、附件...)。
My requirement when user selects a particular mail and clicks the menu item it will display the particular mail details (To, cc, bcc, subject, Body, attachments…) in custom form.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这种情况下,asp.net 应用程序将需要访问 MAPI 接口来与交换服务器通信以获取此信息。
In this case the asp.net application will need to access the MAPI interface to talk to the exchange server to get this information.