i have a problem sending a Pdf document via email under Windows 8. In my method i'm using the following:
Code: Select all
public void InvokeReportSendEMailPdf()
{
StiPdfExportService stiPdfExportService = new StiPdfExportService();
stiPdfExportService.Export(Report, GetFilePathForExport(stiPdfExportService.DefaultExtension), sendEMail:true);
}
I'm using Stimulsoft Ultimate version 2013.2.1606.0 and Microsoft Outlook 2010 as standard email client.
Thanks and regards
Thorsten Pontow