Hi, I have never used Rebex product but in my current project I have to convert Rebex Email to Microsoft Exchange Webservices (EWS) Managed API 2.2. I am struggling in finding the equivalent classes in EWS that are correlated to Rebex classes. This is my first attempt in identifying them. Please let me know if I am on the right track.
Rebex ImapMessageInfo = EWS MailMessage
Rebex MailMessage = ?????
Rebex ImapFolderCollection = ????
What is the difference between MailMessage vs. ImapMessageInfo?