0
votes

Is it possible to preview the email generated by Microsoft Outlook Object Library?

I currently construct a MailItem, fill it with relevant information then send it. I would like to have Outlook open and preview the email and allow the user to send the email rather than having it automatically sent.

Thank you.

1

1 Answers

1
votes

Of course. Instead of calling MailItem.Send, call MailItem.Display.