Outlook automation, send email with attachments

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've written a function (executable through a command bar menu item) that
uses outlook automation to send selected files to an email recipient. Every
thing is working great, but I would like to see the mailItem, similar to
SendObjects, so that I can type the specific message and use the To button to
select the destination of my email.

Is there a way to make the mailItem visible for manual editing, once I have
added the attachments, other than writing my own form? I've searched a
variety of websites and get the basic automation code, but nothing that
actually exposes the mail item.

Dale
 
Back
Top