M
Mark Weiler
I have an Access 2003 database running on Windows XP.
I am trying to programmatically send emails using Outlook 2003. Of
course I get the annoying dialog boxes.
I installed Redemption, registered it, and used some of their code from
their website. Particularly:
Dim SafeItem, oItem
Set SafeItem = CreateObject("Redemption.SafeMailItem")
Set oItem = Application.CreateItem(0)
SafeItem.Item = oItem
However when I compile or run the code I get an error for the CreateItem
method.
"Method or data member not found"
What am I doing wrong?
Thanks a ton if you can help
Mark Weiler
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
I am trying to programmatically send emails using Outlook 2003. Of
course I get the annoying dialog boxes.
I installed Redemption, registered it, and used some of their code from
their website. Particularly:
Dim SafeItem, oItem
Set SafeItem = CreateObject("Redemption.SafeMailItem")
Set oItem = Application.CreateItem(0)
SafeItem.Item = oItem
However when I compile or run the code I get an error for the CreateItem
method.
"Method or data member not found"
What am I doing wrong?
Thanks a ton if you can help
Mark Weiler
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!