Page 1 of 1

Fail to Attach Report to 64bit Outlook

Posted: Fri May 17, 2019 7:07 am
by suetpooi
Good afternoon :D
Recently we doing a new function related to email report and found that use StiPdfExportService.Export can achieve it but seem like it only working for those use Outlook 32bit.

After I go through some simple testing, found that StiSendEMailEventArgs able to attach report as well so I would like to know how we can call up the email dialog programmatically without using StiPdfExportService.Export?

Code: Select all

   Private Sub EmailReport()
            --Export PDF
            --Want to know how to Call email dialog
    End Sub

    Public Sub SendEmailInfo(ByVal sender As Object, ByVal e As Stimulsoft.Report.Events.StiSendEMailEventArgs)
            --attach report
    End Sub
Thank You.

Re: Fail to Attach Report to 64bit Outlook

Posted: Mon May 20, 2019 11:50 am
by Lech Kulikowski
Hello,

Your application should be run as x64 app to work with Outlook 64bit.

Thank you.

Re: Fail to Attach Report to 64bit Outlook

Posted: Tue May 21, 2019 2:48 am
by suetpooi
Hi,

I understand but in the market some of the users still using an old version like Windows 7. If we upgrade our application to 64bit, it will affect application performance. Lastly and again, is Stimulsoft report engine able to call up email dialog without using StiPdfExportService.Export?

Thank you and looking forward to your reply.

Re: Fail to Attach Report to 64bit Outlook

Posted: Fri May 24, 2019 7:56 am
by HighAley
Hello.

This is the well-known issue of the Outlook. Sorry we can't do anything with it.
The export service is not connected with sending the report by email.

Thank you.

Re: Fail to Attach Report to 64bit Outlook

Posted: Mon May 27, 2019 6:13 am
by suetpooi
Ok... How about disabling the export setting dialog?

Re: Fail to Attach Report to 64bit Outlook

Posted: Tue May 28, 2019 7:01 pm
by HighAley
Hello.

You could use the settings of the Viewer to disable any export items.

Thank you.