Cannot convert .eml to .docx

I’m trying to convert .eml to .docx but I cannot find the Aspose.Email.SaveOptions.DefaultDocx.
Any ideas?

@tpalmie

There is no direct mechanism to save EML to DOCX. You need to first save EML to MHTL using Aspose.Email and then load that using Aspose.Words and saving that as DOCX or PDF.