During Conversion of an email, I’d like to keep the original attachment file type instead of converting each attachment to different file type.
E.g. I have a .msg file with a .docx attachment and I want to convert the M…...a sample code snippet: var index = 1; GroupDocs.Conversion.Options...string outputFile = $"converted-{index++}.{targetType.Extension}";...