简体   繁体   English

将任务数据记录从SQL Server保存到VB.Net中的Outlook 2007

[英]Save my tasks data records from SQL Server to Outlook 2007 in VB.Net

Please help me by providing the code (VB.Net) to save all my tasks that are saved in Sql Server into Outlook. 请通过提供代码(VB.Net)来帮助我,以将我在Sql Server中保存的所有任务保存到Outlook中。

Thank you for you help 谢谢你的帮助

Try this add-on : www.geniusconnect.com 尝试以下加载项: www.geniusconnect.com

  • Link your Task folder to your table (GeniusConnect Config->Database->Assign Table) 将您的Task文件夹链接到表(GeniusConnect Config-> Database-> Assign Table)

To load your tasks manually: 手动加载任务:

  • Select your folder and hit "Load All" from Toolbar/Riboon in Outlook 2010 选择您的文件夹,然后在Outlook 2010中从工具栏/ Riboon中单击“全部加载”

To Auto Load: 自动加载:

  • Go to Synchronize Schedule in GeniusConnect Config 转到GeniusConnect Config中的同步计划
  • Enable auto sync 启用自动同步
  • Set direction direction to "Load All" 将方向设置为“全部加载”

You can use Interop : http://msdn.microsoft.com/en-us/library/aa168022(v=office.11).aspx 您可以使用Interop: http : //msdn.microsoft.com/zh-cn/library/aa168022( v= office.11​​).aspx

Summary: Outlook provides a number of objects and methods for taking advantage of its built-in capabilities. 简介: Outlook提供了许多对象和方法来利用其内置功能。 This article illustrates some of those to include programmatically creating appointments, retrieving unread messages from the Inbox, and retrieving contacts. 本文说明了其中的一些内容,这些内容包括以编程方式创建约会,从“收件箱”中检索未读邮件以及检索联系人。 (11 printed pages) (11页印刷)

Contents 内容

  • Introduction 介绍
  • Create an Appointment 创建约会
  • Create a Meeting Request 创建会议请求
  • Retrieve Unread Messages from the Inbox 从收件箱中检索未读邮件
  • Retrieve Contacts 检索联系人
  • Conclusion 结论

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM