I have a module that is part of an ACCESS database. The module sends out approximately 500 e-mails a day based on criteria. The code is set to loop through a table that contains request information and the customers email address. I set up Outlook , and messages, recipients, and attachments and all objects. In the message I but a few lines about the request I am creating and some return address email and fax info.
The main request is a single page that is output as a document and then attached to the email.
My problem is, many of the customers are now coming back sayint they would prefer faxes because of the virus issues possible in attachments. We assure them that all things going out are scanned for viruses, but many times this does not satisfy the customer.
Is there a way to insert the document into the body of the e-mail. I use the CreateItem(0) method to create the output for the email. I can find nothing in the documentation for Item.body that allows such a process.
Has anyone tried this?
Thanks for your help.
The main request is a single page that is output as a document and then attached to the email.
My problem is, many of the customers are now coming back sayint they would prefer faxes because of the virus issues possible in attachments. We assure them that all things going out are scanned for viruses, but many times this does not satisfy the customer.
Is there a way to insert the document into the body of the e-mail. I use the CreateItem(0) method to create the output for the email. I can find nothing in the documentation for Item.body that allows such a process.
Has anyone tried this?
Thanks for your help.