简体   繁体   English

在哪里可以找到示例Delphi代码或组件来访问交流/外向联系人和约会?

[英]Where can I find sample Delphi code or component for accessing exchange/outlook contacts and appointments?

I need Delphi code or component for accessing exchange/outlook contacts and appointments? 我需要Delphi代码或组件来访问交流/外向联系人和约会吗? I probably need to use Extended MAPI. 我可能需要使用扩展MAPI。 This is for a proof of concept so I'm not ready to shell out big bucks at the moment. 这只是为了概念验证,因此我目前不准备花很多钱。 Any hints, links, experiences?? 有任何提示,链接,经验吗?

Look this 看看这个

Create an appointment in MS Outlook 在MS Outlook中创建约会

http://www.scalabium.com/faq/dct0128.htm http://www.scalabium.com/faq/dct0128.htm

Contact list in MS Outlook MS Outlook中的联系人列表

http://www.scalabium.com/faq/dct0145.htm http://www.scalabium.com/faq/dct0145.htm

Look at EasyMAPI from Rapware . EasyMAPIRapware

Not free, but well worth the price. 不是免费的,但很值得的价格。 I used this a couple of years ago. 我几年前用过。 The author was really helpful and open to adding new functionality. 作者确实很有帮助,并愿意添加新功能。

at our company we used the converted Extended mapi C/C++ headers (to delphi) and examples from here http://www.imibo.com/imidev/delphi/les/index.html . 在我们公司,我们使用了转换后的Extended mapi C / C ++标头(到delphi)和示例,从此处http://www.imibo.com/imidev/delphi/les/index.html it doesn't cost that much at least i think so. 至少我不这么认为。

We used it to create a sync service that would synchronized tasks, contacts and appointments from our own agenda which was build before i worked at the company with exchange directly. 我们使用它来创建一个同步服务,该服务将同步我们自己的议程中的任务,联系人和约会,该议程是在我直接与公司交换之前在公司工作时建立的。

The plus side is you can use MSDN since basically everything is the same as what's written there and you have full control but it's rather "low level" 好的一面是您可以使用MSDN,因为基本上所有内容都与那里写的相同,并且您拥有完全的控制权,但它相当“低级”

I'm not really certain if it is that what you need, but you don't really need outlook to be installed to access the messages then (on exchange). 我不确定是否正是您所需要的,但是您实际上并不需要安装Outlook来访问消息(交换时)。 If you just need outlook you could try OLE or some of the other suggestions. 如果您只需要Outlook,可以尝试OLE或其他一些建议。

I'm not sure if TurboPower OfficePartner supports the features you're looking for, but it's free (as in open source) and might be worth a look: 我不确定TurboPower OfficePartner是否支持您要查找的功能,但是它是免费的(与开放源代码一样),可能值得一看:

http://sourceforge.net/projects/tpofficepartner/ http://sourceforge.net/projects/tpofficepartner/

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

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