Creating a dynamic temporary folder (Store?)

B

Brian Graham

Hi, Currently I have an add in that allows users to profile emails to a
database by dragging and dropping the emails onto folders that I display in a
separate Custom Task Pane.

It would be a lot neater if I could create a store(?) that is not a PST file
and dynamically create the folders and possibly even mail items in there on
start-up.

I have seen some other document management systems do something similar to
this so my question is can this be done in c# .Net VSTO 3.0 with Outlook 2007?

Thanks in advance
Brian
 
D

Dmitry Streblechenko

You will need to wwrite a store provider, this is as Extdended MAPi as it
getsm which means no .Net.
Why can't you create your own PST store (Namespace.AddStore)?

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

Brian Graham

Hi Dmitry,

I have thought about it, it was just the syncronization that was putting me
off. I just wanted to check out the store provider route first. Does
Redemption include anything around store providers?

Regards
Brian
 

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