I would like to send a dde command (from FileMaker) to Lotus Notes to automatically create an email , then fill in the address, cc, subject, body etc…
Can some point me in the right direction to achieve this task.
Cheers
Andy
I would like to send a dde command (from FileMaker) to Lotus Notes to automatically create an email , then fill in the address, cc, subject, body etc…
Can some point me in the right direction to achieve this task.
Cheers
Andy
Subject: creating an email in notes with dde
AFAIK Notes is only a DDE client, not a server.
You should find another way to automate this (either using OLE, COM, …), since DDE is not going to work.
cheers,
Bram
Subject: creating an email in notes with dde
Yo might be better off using the MAPI interface if FileMaker allows you to use that.
(Assuming you are doing all this on Windows)
Subject: RE: creating an email in notes with dde
Thanks for the response Bradley. Unfortunately FileMaker only has a DDE execute command as part of it’s scripting language.
Cheers
Andy