# Emails are not threaded in Outlook 2013

**URL:** https://meta.discourse.org/t/emails-are-not-threaded-in-outlook-2013/16501
**Category:** Bug
**Created:** [13.Июнь.2014 04:36:40 UTC](https://meta.discourse.org/t/emails-are-not-threaded-in-outlook-2013/16501 "2014-06-13T04:36:40Z")
**Posts on this page:** 1
**Showing post:** 28

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [26.Ноябрь.2014 22:30:41 UTC](https://meta.discourse.org/t/emails-are-not-threaded-in-outlook-2013/16501/28 "2014-11-26T22:30:41Z")

</div>

What you describe is impossible – I don’t know how to get, in Ruby code, the message ID header that the mail server appends to emails at the time it sends them, _before_ dispatching the email. That ID doesn’t even exist until the message is being transmitted.

Those ids are created at the time the message is sent by the mail server as far as I know, and they are internal to the mail server software.

Also, the “in reply to” should always be **in reply to the original topic creation, the first post of the topic** , which you may never have even received an notification about. So there is no “message id” to work with in that case..

---

_[View the full topic](https://meta.discourse.org/t/emails-are-not-threaded-in-outlook-2013/16501)._
