Hi,
I need to maintain an old C++ implementation that reads from a mailbox by using the address of the mailbox, the mail server and the credentials to access to the mailbox.
I'd like to know how convert the related code in C#. The old implementation cannot read a mailbox with a SSL certificate. Can I face to this issue in C#?
Moreover, can I capture in detail the possible errors during the mailbox reading?
Thanks