Hi,
What i want to do is be able to drag an email over my VB application then
for the application to save it into an SQL database. I already have the
application saving images and documents to the SQL database but I am not sure
how to do the drap and drop method for files and emails. Hope you can help.
Thanks
David
"Veign" wrote:
> Also, check out:
<font color=purple> > <a style='text-decoration: underline;' href="http://outlookcode.com/search.aspx?text=msg+files</font" target="_blank">http://outlookcode.com/search.aspx?text=msg+files</font</a>>
>
> Some code and threads dealing with Outlook .msg files
>
> You want to save the MSG file in the database or the content?. If its, the
> content I think you will need to use Outlook automation to extract the data
> located in the file. Using Outlook automation you may be able to use the
> drop method to trigger something that just grabs the currently selected
> items in Outlook (since this is what will be dragged and dropped).
>
> Let me know what you are trying to accomplish and I will see if I can work
> up an example.
>
> --
> Chris Hanscom - Microsoft MVP (VB)
> Veign's Resource Center
<font color=purple> > <a style='text-decoration: underline;' href="http://www.veign.com/vrc_main.asp</font" target="_blank">http://www.veign.com/vrc_main.asp</font</a>>
> --
>
> "David" <David RemoveThis @discussions.microsoft.com> wrote in message
> news:261E7499-A11F-4773-9268-BBA42DD3FF4B@microsoft.com...
> > I am writing a program using VB6 as a front end to a SQL2000 Database.
> What
> > I want to do is to be able to drap emails from outlook over the program
> then
> > be able to save them in the database. Any help would be great.
> >
> > Thanks
> > David
>
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Saving Outlook Emails