Hi Team,
In our project we are trying To convert eml To pdf file and code is as below:
MailMessage message = MailMessage.Load(source);
System.IO.MemoryStream msMsg = new System.IO.MemoryStream();
message.Save(msMsg, As…...the code in this URL : https://docs.aspose.com/email/net/saving-an-email-as-pdf/...DefaultMhtml); Aspose.Words.Document doc = new Aspose.Words.Document(@"C:\Temp\tmp...