add properties tab to mailbox properties

  • Thread starter Thread starter Semut
  • Start date Start date
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
 
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.
 
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.
 
Back
Top