需要建议:如何编写一个可以同时选择多个联系人组(文件夹)的 Microsoft Outlook 插件?
我正在尝试编写一个 Outlook 2007 加载项,它可以让我选择多个联系人组(文件夹),以便一次向所有收件人发送电子邮件。
我的 Outlook 联系人被分组到多个文件夹(组)中。默认情况下,Microsoft Outlook 不具备让用户通过简单地从菜单中选择“全选”功能来向所有联系人组发送电子邮件的功能。相反,Outlook 只允许您选择一个文件夹中的多个联系人。
知道如何/从哪里开始吗? 我查看了 MSDN 网站(使用 Visual Studio 的 Outlook 解决方案),但确实不知道如何开始?
或者这是我可以参考的其他好的教程/参考网站吗?
I'm trying to write an Outlook 2007 Add-In that can let me select multiple groups(folders) of contacts to send e-mails to all recipients at once.
My Outlook contacts are grouped into several folders(groups). By default, Microsoft Outlook does not have the functionality to let users send e-mails to all groups of contacts by simply choosing a “select all” function from a menu at once. Instead, Outlook only allows you to select multiple contacts within one folder.
Any idea how/where I can get started?
I have looked the MSDN site (Outlook Solutions with Visual Studio) but does not know how to begin?
or is this any other good tutorial/reference website I can use for reference?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
选择要发送电子邮件的组后...
在 Outlook 2007 中,您可以使用“给联系人的新消息”图标(位于命令栏中的删除按钮之后)。您还可以使用菜单栏(操作 -> 创建 -> 新联系人消息)。
在 Outlook 2010 中,您可以单击“主页”->“通信”功能区组下的“电子邮件”。
After selection the groups you wish to email...
In Outlook 2007 you can use the icon "New Message to Contact" (following the delete button in the commandbar). You can also use the menubar (Actions->Create->New Message to Contact).
In Outlook 2010, you can click "Email" under the Home->Communicate ribbon group.