inspector.ShowFormPage

  • Thread starter Thread starter Steffen Heinzl
  • Start date Start date
S

Steffen Heinzl

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
 
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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top