inthepipe555
Programmer
Hi
Should DDE work with CC:Mail 8.5 / Windows Xp / MS Access 2002?
I cannot get my app to work. The code is:
Channel = DDEInitiate("wmail", "SendMail")
Application.DDEExecute Channel, "NewMessage"
with an error on the 2nd line:
"Microsoft Access Error 285: The other application can't perform the DDE function or retrieval you attempted."
If this is not possible,
Can I use the SendObject command, instead? This works using Outlook Exp, but not CC:Mail.
Thanks,
Jon.
Should DDE work with CC:Mail 8.5 / Windows Xp / MS Access 2002?
I cannot get my app to work. The code is:
Channel = DDEInitiate("wmail", "SendMail")
Application.DDEExecute Channel, "NewMessage"
with an error on the 2nd line:
"Microsoft Access Error 285: The other application can't perform the DDE function or retrieval you attempted."
If this is not possible,
Can I use the SendObject command, instead? This works using Outlook Exp, but not CC:Mail.
Thanks,
Jon.