Forum Discussion
jcastr02
Post Prodigy
3 years agoOutlook data - Reply to an email
Hello I am trying to see a turn around time from when an email is received to when we reply on it. When I pull the MS outlook exchange data, I see when the email is sent, recieved, but I do not see ...
- 3 years ago
I see it now, thanks ChrisMendoza for your help.
ChrisMendoza
Resident Rockstar
3 years agojcastr02 - I was wrong, sorry I didn't test a little more thoroughly. This is actually not as easy as I had thought. You'll actually need to expand [Attributes] to get to [InternetMessageId]. Also in [Attributes] is [InReplyTo] which I'm sure you'll find useful. I chose this sample to show how difficult this may become:
Here are teh queries and the join:
erichoang
1 year agoNew Member
Thanks for the idea — it actually worked!
What I did was create a duplicated table, then in the model view, I joined Attributes.InternetMessageId (Duplicated Mail table) to Attributes.InReplyTo (First Mail table).