We are using CDO interop (cdont.dll) in our current project for parsing incoming mime mails, but facing some bugs with Cyrillic code pages conversions. While looking for any MS supported replacements, we noticed that all available message parsing dlls marked with "Do not use" in MSDNLib (CDO, CDOex,CDOnt obviously, but inetcomm.dll for "WinXP and later" marked either). Even in recent Windows Mail client inetcomm.dll was used, but MSDN recommend to avoid using it in client apps - "May be removed in future versions".
OK, fine. But what is recommended replacement for parsing messages in MIME formats (all RFCs up to RFC2822)? I saw many open and commercial parsers, but i wonder what is Microsoft's "officially recommended way" to parse MIME messages (I know that .NET FW have mime parser , but all classes marked internal so we can't use it officially) ?