How to call Outlook "New Mail Mesage" Dialog via Outlook Object Model?

P

papachina

I'm using Outlook Object Model in Visual C++. I tried _MailItemPtr, but
seems i have to fill in all information in the program.
What I wanna do is to let the program fill in partial information (like
Subject, Body, Attachment) automaticall first, then call up the "New Mail
Message" dialog (same one in Outlook 2003) so user can fill in the rest
(like Recipient email address). One way is that to write my own dialog, but
it will more convenient if I can just reuse the Outlook dialog.

Also is there any way I can disable dispalying of the virus warning dialog
saying "A program is trying to automatically send e-mail on your behalf" and
blah blah?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top