Want to mail the Current Report

Hello dear

I am genrating 4 types of report using aspose.

  1. ReportMe.doc

  2. ReportMe.pdf

  3. Reportyou.doc

  4. Reportyou.pdf

I want to mail this report when i genrated 1st or any one of the report then if user want to mail the report then mail it.

the mail Screen is Open when i click on tha button. and attached the current genrated report

Hi

Thanks for your inquiry. I think, you question is not related to Aspose.Words. If you needed to send an e-mail message, you can use standard .NET classes.
https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.mailmessage

Also, here you can find an example, which shows, how to send Word document as MHTML using Aspose.Words and Aspose.Network.
https://docs.aspose.com/words/java/convert-a-document-to-mhtml-and-send-it-by-email/

Best regards.