将自定义电子邮件客户端的邮件导入Oultook界面 [英] Import mails from customized e-mail client into Oultook interface

查看:116
本文介绍了将自定义电子邮件客户端的邮件导入Oultook界面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

客户端有一个带Web界面的自定义电子邮件客户端。

需要在单独的选项卡中将电子邮件和文件夹结构导入Outlook 2013界面,而无需连接e - 邮件帐户到Outlook(通常连接yahoo或gmail帐户)。



导入将使用来自Web服务的方法进行,该服务提供文件夹结构等信息, From,To,Date等。服务以DataTable格式返回。



如何将自定义电子邮件客户端的电子邮件显示在Outlook界面中,使用来自网络服务的信息?

The client has a customized e-mail client with a web interface.
It is required to import the e-mails and folder structure into Outlook 2013 interface in a separate tab, without connecting the e-mail account to Outlook (as usually connect an yahoo or gmail account).

The import will be made using methods from a web service which provides information like folder structure, From, To, Date etc. The service returns this in DataTable format.

How can I display the e-mails form the custom e-mail client into Outlook interface, using the information from the web service?

推荐答案

Hello Lucian,



看起来你需要使用自定义表单开发Outlook加载项。不幸的是,Outlook表单区域仅用于检查器窗口(或阅读窗格)。您可以使用Windows API函数为Outlook窗口创建子类 - 请参阅http://blogs.msdn.com/b/stephen_griffin/archive/2010/06/01/adjacent-windows-in-outlook.aspx




您也可以自定义文件夹的主页或使用第三方组件添加自定义表单。请参阅以下https://social.msdn.microsoft.com/Forums/office/en-US/1e9c40c5-da15-4de8-9381-35579eaa115a/display-my-information-inside-outlook-revisited?forum=outlookdev
论坛帖子了解更多信息。



在表格中你可以使用任何.Net组件,如GridView等。
Hello Lucian,

It looks like you need to develop an Outlook add-in with custom forms. Unfortunately the Outlook Form Regions are for inspector windows only (or Reading pane). You can use Windows API functions for subclassing Outlook windows - see http://blogs.msdn.com/b/stephen_griffin/archive/2010/06/01/adjacent-windows-in-outlook.aspx .

Also you may customize a home page for the folder or use third-party components for adding custom forms. Please refer to the following https://social.msdn.microsoft.com/Forums/office/en-US/1e9c40c5-da15-4de8-9381-35579eaa115a/display-my-information-inside-outlook-revisited?forum=outlookdev forum thread for more information.

On the form you can use any .Net components such as GridView and etc.


这篇关于将自定义电子邮件客户端的邮件导入Oultook界面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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