Hi All,
I know this is not strictly an Access Problem, but hopefully some advice will be forthcoming.
When I execute
[CODE=vb]DoCmd.SendObjec t acSendNoObject, , acFormatRTF, strEmailAddress , , , strEmailSubject , strEmailBody, True[/CODE]
all is well and an email starts on my user's Outlook compose screen...
But... when the e-mail is sent, Outlook doesn't add her signature block to the email. It does add the department she works for's disclaimer!
There are no arguments left in the SendObject method, does anyone have any ideas how to tell Outlook to do what I want (which by the way, is to send an email just as if my users have clicked New in Outlook and typed it themselves)
Jim
I know this is not strictly an Access Problem, but hopefully some advice will be forthcoming.
When I execute
[CODE=vb]DoCmd.SendObjec t acSendNoObject, , acFormatRTF, strEmailAddress , , , strEmailSubject , strEmailBody, True[/CODE]
all is well and an email starts on my user's Outlook compose screen...
But... when the e-mail is sent, Outlook doesn't add her signature block to the email. It does add the department she works for's disclaimer!
There are no arguments left in the SendObject method, does anyone have any ideas how to tell Outlook to do what I want (which by the way, is to send an email just as if my users have clicked New in Outlook and typed it themselves)
Jim
Comment