View Single Post
  #9  
Old September 17th 07, 02:03 PM posted to microsoft.public.outlook.program_addins
sstory
external usenet poster
 
Posts: 4
Default Outlook 2003 Add-in

It figures. Leave it to Microsoft to complicate anything beyond belief.


"Dmitry Streblechenko" wrote in message
...
What you need is a store provider - it is straight Extended MAPI in C++ or
Delphi, and I doubt it will be more relliable that the PST provider after
you spend a year writing and debugging it.
As somebody else suggested, all you need is a good backup solution aunning
daily.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"sstory" wrote in message
...
I would like to write an add-in for Outlook 2003 in vb.net 2005.

1.) Is this possible?

2.) Here's what I'd like to do. I'd like to store outlook email messages
as .msg files in a folder in the users profile or mydocs. I'd like for
that folder to appear in the folder list on the right, and be able to
create folders in that, that would make file system folders. I'd like
any email drug into those folders to be moved to the file system as an
.msg file. I'd like those files to display in the outlook pane when
clicked on, just like the MAPI folders do. I'd like to be able to search
them.

Is this possible? I have done com add-in's before, in visual basic 6, and
have worked with Word and Excel object models some. Can anyone tell me
what would be involved, and a basic strategy of going about this, if it
can be done?

By all means if there is a cheap or free add in that already does this,
please let me know as well. I'd still like an idea as to how to do it.

Thanks,

Shane





Ads