J
Jason Brady
Hello,
In an Access 2007 application I'm using the SendObject to e-mail a report as
a PDF attachment.
DoCmd.SendObject acSendReport, strReportName, acFormatPDF, _
strRecipient, strCC, , , , True
It works great, but when the e-mail message opens in Outlook it's in Plain
Text format, and my users want to default to HTML format. Is this possible?
If not, what alternatives are available to achieve the desired result?
I apologize if this has been addressed before; a pointer to other messages
is appreciated.
Thank you.
In an Access 2007 application I'm using the SendObject to e-mail a report as
a PDF attachment.
DoCmd.SendObject acSendReport, strReportName, acFormatPDF, _
strRecipient, strCC, , , , True
It works great, but when the e-mail message opens in Outlook it's in Plain
Text format, and my users want to default to HTML format. Is this possible?
If not, what alternatives are available to achieve the desired result?
I apologize if this has been addressed before; a pointer to other messages
is appreciated.
Thank you.