在Windows窗体中实现发送到自动完成功能的Outlook电子邮件 [英] Implementing Outlook email send to Autocomplete in a windows form

查看:110
本文介绍了在Windows窗体中实现发送到自动完成功能的Outlook电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试开发一个Outlook加载项,当该加载项按钮单击时,它会打开一个windos表单. Windows窗体具有一个文本字段,在文本字段中输入名称时,它应显示建议列表,如Outlook电子邮件发送至"字段中所示.我一直在寻找任何阅读源.谁能帮忙:)吗?

I'm trying to develop an outlook Add-in, when the addin button clicks it open a windos form. The windows form has a text field, In the text field when a name is typed it should show suggestion list as in outlook email "send to" field. I'm struggled with finding any source to read. Can anyone help :) ?

推荐答案

SendTo列表是从自动完成列表缓存中提取的,并且根据Outlook版本的处理方式有所不同.在Outlook 2010中,可以使用 建议的联系人文件夹,而在Outlook 2007及更低版本中,它是包含在隐藏的 NK2文件 .

The SendTo list is pulled from the autocompletion list cache and is handled differently based upon Outlook versions. In Outlook 2010, you can use the Suggested Contacts folder, whereas in Outlook 2007 and below it is contained in a hidden NK2 file.

有关如何管理自动填充缓存的信息,请参见相关链接

See related link on how to manage the autocompletion cache.

这篇关于在Windows窗体中实现发送到自动完成功能的Outlook电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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