I am developing an outlook add-in. In the outlook add-in, there is a functionality of uploading email with MSG extension on the cloud. I have marked that email with some identification in outlook.
My add-in was installed in two clients with different email addresses. Like, [email protected] and [email protected].
Both the client having the same email in the inbox. Like, To [email protected], [email protected] & Subject: Testing Email
If one client filed this email on the cloud then the second client automatically displays it is filed with the same uploaded marker which was display in the first client.
So, for that, I want some unique property of email which will be the same for both the clients.
Actually, I am thinking about the below logic. If one client filed an email on the cloud then My add-in will save common property value in the cloud database. In the second client was found the same property value in the cloud database then It will automatically display uploaded.
Thanks