How to use the Insert Item dialog box under Outlook from .Net ?

M

mikemeamail

Hi all,
I'm developing an application in C#. One of the functionalities of my
application is to let user to create some comments on products. To
those comments, there are able to attach files, images, url...
Now, i would like them also to be able to attach emails. So i was
naturally exploring the idea to display to them the Insert item dialog
box from a newly created email, from Outlook and use this
functionality. Til now, the only way i found to do it is to execute
from the code, the command bar control related to the Inser item, from
the Menu bar. That works, the dialog box is displayed, but of course i
have no way to capture the event when user clicks "ok" button cause in
that case, it will add the selected mail, to the new created mail in
Outlook not to my application. So, it would be great if there was a way
to use this dialog box like the Open File dialog box which is standard
to windows. This one is used under any office application, but it can
be used in our own applications, just to list files under directories
and let user select some.
So can this be done with this Inser item dialog box under Outlook ?
Any help or ideas appreciated
Mike
 

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