I leave it to you because I can't find a solution on the Internet. I explain I was using a library (EaGetMail) which allowed me to manage my emails but now I had to change the library and so I chose the Outlook library.
However it is impossible for me to reproduce a result that I had with the old library.
With EagetMail I could retrieve the unique identifier of an email received in a number format type for example: 123 and each time I received a new email, it had a larger identifier than the previous email received (for instance : 131). But the problem with the Outlook library is that the unique identifier is a mixture of numbers and characters which is problematic for my algorithm. How can I retrieve the unique identifier in the same way as the EaGetMail library (C#)?
Thank you in advance ;)