Hi all,
I have an MS Access db (I know… bad words here) which contains a piece of code to create an email and then send via the default MAPI client (DoCmd.SendObject if this helps). The MAPI client was Outlook Express, but needs to change to use Lotus Notes (hurrah! I hear at the back). And testing it, it works too. Almost.
Part of the code (DoCmd.SendObject) has a flag that specifies whether the email is displayed for editing or sent immediately. It is set for send immediately (and does so under Outlook Express client), but Lotus Notes client will not do this and instead displays it for editing. Are there any Notes/MS Access devs out there kind enough to point out a) whether this is just a stonewall incompatability between the MS Access code and Notes, or b) there is some setting in Notes that (as a non-Notes dev) I am not aware of and need to configure. If it’s the latter it would also be appreciated if you could tell me what this is… ![]()
Thanks in advance.
Geoff