对话的Outlook收件箱对话视图的项目条件是什么? [英] What are the item criterias for the Outlook inbox conversation view of a conversation?

查看:87
本文介绍了对话的Outlook收件箱对话视图的项目条件是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于自定义电子邮件/附件加密解决方案,在已发送邮件文件夹的ItemAdd事件期间,我正在创建具有不同正文和附件的邮件副本,但是主题是相同的.这意味着当您以后查看已发送的邮件时,您会看到两封电子邮件,它们的内容不同但主题相同,但实际上只发送了一封.

For a custom email/attachment encryption solution, during ItemAdd event for sent items folder, I am creating a copy of a mail with different body and attachments but the subject is the same. That means when you afterward look into sent items you will see two emails with different content but the same subject but only one has been sent really.

问题:

当您收到真正发送的回复时,在收件箱对话视图中,您只会看到真正发送的回复.但是我也想在对话视图中显示另一个,因为它包含未加密的内容.

When you get a reply to the one which has been really sent, in inbox conversation view you only see the one which has been really sent. But I want to show the other one as well in the conversation view as it contains the unencrypted content.

问题:

我还需要为已发送邮件中的已复制电子邮件设置什么,以便在收件箱对话视图中将其显示为原始已发送电子邮件的对话的一部分?此外,PR_CONVERSATION_TOPIC_W对于已发送项目中的两个项目都是相同的.我需要为复制的电子邮件设置其他属性吗?

What else do I need to set for the copied email in sent items so that it will be shown as part of the conversation of the originally sent email in inbox conversation view? Also, PR_CONVERSATION_TOPIC_W is the same for both items in sent items. Any other property I need to setup for the copied email?

非常感谢您!

推荐答案

您还需要复制PR_CONVERSATION_INDEX二进制属性-查看带有

You also need to copy the PR_CONVERSATION_INDEX binary property - take a look at an existing message with OutlookSpy (click IMessage button).

这篇关于对话的Outlook收件箱对话视图的项目条件是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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