Custom object add-in?

A

Allen Shostedt

Does Outlook's plugin architecture allow developers to create a custom
object that can be stored in a folder of the corresponding type? If so, can
someone point me in the direction of a few samples.

Also, is there a way to determine Outlook's database schema?

Thanks.
 
K

Ken Slovak - [MVP - Outlook]

You mean like creating a mail item and storing it in an email folder? Of
course. See http://www.outlookcode.com/d/comaddins.htm for some COM addin
examples and make sure to download and study the VB 6 COM addin sample
ItemsCB from the Resources page at www.microeye.com

The schema isn't fully documented but you can download the Exchange SDK
(software development kit) from MSDN (www.msdn.microsoft.com) for a look at
what is documented about the schema.
 

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