Outlook 自动化异常
我正在使用微软提供的示例代码来自动化 Outlook。
但当我尝试添加收件人时,出现异常:HRESULT: 0x80004004 (E_ABORT)。
我的体验:
- VS2010
- Outlook 2007
- WinXP 32位
- 域
任何想法出了什么问题?我需要任何特殊权限吗?
问候
I am using the the sample code provided by microsoft to automate Outlook.
But i get an Exception: HRESULT: 0x80004004 (E_ABORT) when i try to add the Recipient.
My Envoirement:
- VS2010
- Outlook 2007
- WinXP 32bit
- Domain
Any ideas what is going wrong? Do i require any special permissions?
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Redemption 或仅使用 .To Property...
Either use Redemption or just the .To Property...