对话的Outlook收件箱对话视图的项目条件是什么?

编程入门 行业动态 更新时间:2024-10-26 10:28:16
本文介绍了对话的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二进制属性-查看带有 OutlookSpy (单击"IMessage"按钮).

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

更多推荐

对话的Outlook收件箱对话视图的项目条件是什么?

本文发布于:2023-10-25 18:33:39,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1527753.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:收件箱   视图   条件   项目   Outlook

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!