Our application uses System.Net.Mail to send mail from .NET which unfortunately doesn't support implicit SSL servers. We have several options we're reviewing for supporting implicit SSL but I would like to know what are the technical reasons to avoid using CDO?
I know it's deprecated and the recommendation is to use System.Net.Mail instead, but if the new version doesn't actually do everything CDO does, what's technically wrong with using the older CDO?
I'd particularly appreciate specific situations or examples when CDO doesn't work and System.Net.Mail is better.
Thank you.