Snapshot using Redemption, emailing reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In order to avoid the Outlook 2002 security issue, I changed from the
SendObject method to the Redemption method. The Do.Cmd.Sendobject method
allowed me to us the asFormatSNP to easily send Snapshots of a report. I
don't see such a straightforward option with Redemption. Any suggestions on
the best way to send Snapshots using Redemption?

Thanks,

Marc
 
Marc said:
In order to avoid the Outlook 2002 security issue, I changed from the
SendObject method to the Redemption method. The Do.Cmd.Sendobject
method allowed me to us the asFormatSNP to easily send Snapshots of a
report. I don't see such a straightforward option with Redemption.
Any suggestions on the best way to send Snapshots using Redemption?

Thanks,

Marc

You use DoCmd.OutpuTo to create the Snapshot file on disk and then attach to
the message it using Redemption code.
 
Back
Top