docmd.sendobject

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Outlook 2003 does not accept message text from DoCmd.SendObject command in
access database.
All other fields pass to the message fine.
Is there a setting in outlook 2003 that causes this?
It works fine if I use Outlook 97 as my default mail program.

DoCmd.SendObject , , "MSTXT", "recipient", "cc", "bcc", "subject", "Message
text"
 
Back
Top