Hi, I am brand new to Rebex and would like to ask for help. Currently, we have a winform application that displays all the incoming emails to a public folder from external customers in a datagrid. If an email is opened by a customer representative (CSR), we will display the "LOCK" icon next to the selected email to prevent another CSR from opening it. We want to have the ability to display the full name of the CSR who opens the email under a column "Locked By". I have all the essential logic to make this happen; however, I don't know how to make the CSR's name available to other CSRs that are also using the application.
A good example of this is how MS Excel works, except my application is WinForm.
i thought about saving the CSR's name into a table and read from it. But somehow I don't think it is very efficient since our application is refresh in a short interval. Is there a property in Rebex.Net.ImapMessageInfo that I can use to save the full name to and have it available to all users?
Thank you.