Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CC:Mail DDE problem. (VBA)

Status
Not open for further replies.

inthepipe555

Programmer
Mar 14, 2005
1
FR
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top