如何从outlook清理器获取信息 [英] How can I get information fron outlook cleander

查看:79
本文介绍了如何从outlook清理器获取信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你能帮助我们如何从outlook清理器获取信息到wpf清理工具吗?

Can you help me guys about how to get information from outlook cleander to wpf cleander?

例如:我将把wpf清理工具然后得到所有的scyronize 来自outlook清洁工 和 然后从wpf清理器中选择日期,然后将信息写入数据库,然后当我和点击进入 日期它会向
列表框显示信息

for example : I will put wpf cleander and then get all scyronize   from outlook cleander  and  then select date from wpf cleander and then write information to databese and then when I  click to  date it will show information to listbox

我正在使用wpf entiy框架来记录数据库

I am using wpf entiy framework for record databese

例如:

datbaesename databese = new databesename();

datbaesename databese = new databesename();

databese.Name = name.text;

databese.Name=name.text;

  datebe.date = Convert.ToDateTime(Date.text);

 datebe.date=Convert.ToDateTime(Date.text);

dc.databese.Add(databese);

dc.databese.Add(databese);

dc.SaveChange();

dc.SaveChange();

推荐答案

嗨    aaydinalp,

Hi   aaydinalp,

>>你能帮我们看看如何从outlook清洁工获取信息到wpf清理程序?

您可以尝试使用COM组件"Microsoft Outlook Object Library"来读取数据(例如邮件,通过使用C#或VB.Net从Outlook中联系人,日历,会议,约会,任务等。)


有关更多详细信息,请参阅以下链接。



阅读Outlook日历详情





如何使用Micr osoft Outlook对象库,使用Visual C <$ strong> 检索
约会#
¥b $ b $
< br $>
最好的问候,



Yong Lu

You can try to use the the COM component "Microsoft Outlook Object Library" to read data (such as mails, contacts, calendars, meetings, appointments, tasks etc.) from Outlook by using C# or VB.Net.

For more detailed, you can refer the following links.

Read Outlook calender details


How to use the Microsoft Outlook Object Library to retrieve an appointment by using Visual C#


Best Regards,

Yong Lu


这篇关于如何从outlook清理器获取信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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