SendObject Method

P

Paul

I want to send a report as an attachment to an e-mail
using the above method. However, I want the report to be
attached to the e-mail in both RTF ans SNP format. At
the moment I can have one or the other, not both. Help
please.
 
R

Rick Brandt

Paul said:
I want to send a report as an attachment to an e-mail
using the above method. However, I want the report to be
attached to the e-mail in both RTF ans SNP format. At
the moment I can have one or the other, not both. Help
please.

Sorry, SendObject it quite well named. Must be a single object per
message.

You can automate Outlook, MAPI, or CDO libraries to do your Emails and then
have as many attachments as you want.
 
Top