Fail to Attach Report to 64bit Outlook

Stimulsoft Reports.NET discussion
Post Reply
suetpooi
Posts: 19
Joined: Tue Mar 20, 2018 7:50 am

Fail to Attach Report to 64bit Outlook

Post 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.
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Fail to Attach Report to 64bit Outlook

Post by Lech Kulikowski »

Hello,

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

Thank you.
suetpooi
Posts: 19
Joined: Tue Mar 20, 2018 7:50 am

Re: Fail to Attach Report to 64bit Outlook

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Fail to Attach Report to 64bit Outlook

Post 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.
suetpooi
Posts: 19
Joined: Tue Mar 20, 2018 7:50 am

Re: Fail to Attach Report to 64bit Outlook

Post by suetpooi »

Ok... How about disabling the export setting dialog?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Fail to Attach Report to 64bit Outlook

Post by HighAley »

Hello.

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

Thank you.
Post Reply