如何在vsto C#中挂钩Outlook 2013的对话逻辑 [英] How to hook conversation logic for Outlook 2013 in vsto C#

查看:68
本文介绍了如何在vsto C#中挂钩Outlook 2013的对话逻辑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

全部好,

我正在为Outlook 2013开发VSTO插件。我有一个关于会话逻辑的问题,前景用于对邮件进行分组。

I am working on VSTO plug in for outlook 2013. I Have one question about conversation logic which outlook use to group the messages.

根据我的理解,有两个选项可以在任何邮件中对邮件进行分组: -

As per my understanding, there are 2 options to group the messages in any mail :--

1-提供的Exchange(基于其内部逻辑)会话ID,会话索引,会话主题等。

1- Exchange provided (on basis of their internal logic) like conversation id, conversation index, conversation topic etc.

2-客户端可以使用mime的电子邮件源(可能是某些字段的组合,如消息ID,引用和In-Reply-To)。

2- Client can use mime source of email (might be combination of some fields like message id, references and In-Reply-To).

现在一些邮件客户端(比如ios或android)可以选择是否要使用交换提供的功能来显示消息分组,或者他们可以使用mime源字段。

Now some mail client (like ios or android) has a choice that whether they want to use exchange provided feature to show the grouping of messages or they can use fields of mime source.

所以我的问题是: -

So my question is :--

1-我们在展望中有相同的选择以及我们如何应用这个选择吗?

1- Do we have same choice in outlook and how we can apply that choice ?

2- outlook是否根据交换提供的字段静默分组消息,或者我们可以向Outlook客户端提供我们自己的对话逻辑以进行分组电子邮件?

2- Does outlook silently group the messages based on exchange provided fields or we can provide our own conversation logic to outlook client to group the messages ?

感谢您的帮助。

推荐答案

没有单独的模型 - 请参阅< a href ="https://msdn.microsoft.com/en-us/library/office/cc765583.aspx?f=255&MSPPError=-2147217396">
https://msdn.microsoft.com/en- us / library / office / cc765583.aspx?f = 255& MSPPError = -2147217396

使用OutlookSpy查看消息及其对话属性(单击IMessage按钮,查看PR_CONVERSATION_INDEX属性)。

Look at the messages and their conversation properties using OutlookSpy (click IMessage button, look at the PR_CONVERSATION_INDEX property).


这篇关于如何在vsto C#中挂钩Outlook 2013的对话逻辑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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