add properties tab to mailbox properties

S

Semut

Hello,

I would like to add a custom properties tab to a mailbox, calendar,
contact or any MAPIFolder of a pst. Anyway to go about? Which event should I
look for?

thank you
 
K

Ken Slovak - [MVP - Outlook]

You create an OCX just like the one you'd use for a Tools, Options property
page and handle the NameSpace.OptionsPagesAdd event handler. In that event
handler you are passed the Pages collection and the MAPIFolder that is being
right-clicked. That allows you to load different OCX's based on folder or
folder type and to customize the title of the page.
 
S

Semut

thanks, you are of great help.


Ken Slovak - said:
You create an OCX just like the one you'd use for a Tools, Options
property
page and handle the NameSpace.OptionsPagesAdd event handler. In that event
handler you are passed the Pages collection and the MAPIFolder that is
being
right-clicked. That allows you to load different OCX's based on folder or
folder type and to customize the title of the page.
 

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