View Single Post
  #2  
Old November 16th 06, 08:34 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default inspector.ShowFormPage

Any name that appears on a form page tab that's not in parentheses. Open your custom form in design mode and you'll see them all.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Steffen Heinzl" wrote in message ...
Which form pages can be shown by the inspector of an MailItem and how
are the pages' names?
At the moment my code looks like this:

mailItem.GetInspector.ShowFormPage(page);

But I don't know which names I can use for "page".

Help is appreciated!
Steffen

Ads