Get PageName

  • Thread starter Thread starter Jens Hofmeier
  • Start date Start date
J

Jens Hofmeier

Hello NG,

i am totally new to vbs and programming in outlook, so this is a newbie
question:
I have sostumized a form in outlook using a little skript. This vbs contains
following command:
Item.GetInspector.ModifiedFormPages("MyPageName").....

The Problem is i have no idea, what is meant by "Page". Tried the form name,
without success. Can anyone help me to find out the name of the page?

Thanks in advance,

Jens
 
With a form in design mode, you'll see multiple tabs across the top of it. Each of these tabs is a page, including the customizable pages P.2 - P.5. The names on the tabs are the names of the pages.
 
Thank! It works.

With a form in design mode, you'll see multiple tabs across the top of it.
Each of these tabs is a page, including the customizable pages P.2 - P.5.
The names on the tabs are the names of the pages.
 

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

Back
Top