I've been able to send emails using Lotus Notes and VBA and Python using the COM API like this:
http://stackoverflow.com/questions/1027400/can-i-use-lotus-notes-to-send-mail
My question is how can I insert an image inline with the body text (not as an attachment) in a programmatic way (equivalent to the Edit | Paste Special)? I haven't been able to find any workable solutions from a few Google searches. Any solution using stock VBA or Python would be appreciated.
Thanks!