SendObject won't open OutlookExpress

S

Sandy Eastman

Access 97 running on Win98 with OutlookExpress6 installed
I can't get SendObject to open OutlookExpress in edit mode.
What do I need to do.

win.ini has this:
[Mail]
MAPI=1

When I use this:
DoCmd.SendObject , , , "(e-mail address removed)", , , , , True

I get this:
Run-time error 2046
The command or action 'SendObject' isn't available now.
*You may be in a read-only database or and unconverted database
from an earlier version of "MyDatabaseName".
*The type of object the action applies to isn't currently selected
or isn't in the active view.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top