Current Integration Scenarios which we have for understanding
- When a sender sends a new email to abc@gmail.com – we are successfully able to capture and store the details in database.
- When a sender again replies to the same email thread – this response is also being successfully stored in as this is also one type of incoming mail to abc@gmail.com
- But When abc@gmail.com replies to the sender within the same email thread in outlook –I need help here how to store this send response into our database.
Note: We are storing the conversation id sent by outlook to our data base, from both #1 and #2