会话Outlook与分组Gmail - C# [英] Conversation Outlook vs Grouping Gmail - C#

查看:71
本文介绍了会话Outlook与分组Gmail - C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


 我正在构建一个网站,其中包含我们同事的一些自定义需求,可用作票务管理员。


 我们正在实施的一件事是,每个用户都可以使用该网站或他们的电子邮件客户端发送回复。


 我们的邮件服务器是office 365但有些用户注册了他们的Gmail帐户。


 在交换票证文章(和电子邮件)时,我们注意到虽然gmail帐户根据标题对票证进行分组(至少我们没有做任何其他事情),但Outlook不会自动创建对话。


 在网上看到这个之后,看来exchange.\\outlook \ office(不知道到底是什么)似乎使用了对话ID或线程索引。


 邮件中大多数与转换相关的属性都是只读的,因此,似乎无法设置,因此,任何人都可以帮助我解决Outlook的一组正确方法电子邮件?


 目前,我正在使用Microsoft.Exchange.WebServices.Data.MailMessage类。



最好的问候,


L. 


解决方案

Hello Pinho,


对话相关属性基于主题加上日期/时间戳。  请参阅

Outlook 2010中的ConversationID / ConversationIndex发生了什么 - 它们不再一致
了解更多信息。



你可以找到
跟踪对话
部分很有帮助。它声明如下:



  ; - PR_CONVERSATION_TOPIC 是邮件的标准化主题,主题没有前缀字符串。



< p style ="">   - PR_CONVERSATION_INDEX 表示消息在特定会话中的位置。


您还可以找到  对话索引和对话ID
跨不同的Exchange服务器
论坛帖子有帮助&NBSP;


Hi all,

 I'm building a web site with some custom needs from our colleagues to be used as a ticket manager.

 One of the things we are implementing is that each user can send a reply either using the site or their e-mail client.

 Our mail server is office 365 but there are some users that register their gmail account.

  While exchanging ticket articles (and e-mail) we noticed that although the gmail accounts group the tickets based on the title (at least we didn't do anything else), the outlook will not create a conversation automatically.

 After reading about this online, it seems that exchange\outlook\office (don't know exactly what) seems to use either a Conversation Id or a Thread Index.

 Most conversion related properties in a message are read-only, so, it doesn't seems possible to set, so, can anyone help me out on what is the correct method for Outlook to group a set of e-mails?

 At this moment, I'm using the Microsoft.Exchange.WebServices.Data.MailMessage class.



Best Regards,

L. 

解决方案

Hello Pinho,

The Conversation related properties are based on the subject plus date/time stamps.  See What happened to ConversationID/ConversationIndex in Outlook 2010 - they are no longer consistent for more information.

You can find the Tracking Conversations section in MSDN helpful. It states the following:

 - PR_CONVERSATION_TOPIC is the normalized subject of the message, the subject without the prefix strings.

 - PR_CONVERSATION_INDEX indicates the position of the message within a particular conversation.

You may also find the Conversation Index and Conversation ID across different Exchange servers forum thread helpful. 


这篇关于会话Outlook与分组Gmail - C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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