Hi,
I notice that when I get the plain body for a certain message using MAPI, the plain body includes URLs for links that were in the rich body, but when I get the plain body through Aspose, the links are not there.
I …...workaround, you can try: var eml = msg.ToMailMessage(new MailConversionOption());...MailConversionOption()); var bodyWithUrl = eml.GetHtmlBodyText(true); See the...