Rename Page dynamically

Y

Yuva

hi,
I need to rename the Outlook Appointment pages dynamically on run time.
I am able to change it as follows :

set pgEAP = GetInspector.ModifiedFormPages(2)
pgEAP.name = "Conferencing"

Please let me know if this will have any side effect, when trying to read
this object from VC++ code.

regards,
Yuva.
 
S

Sue Mosher [MVP-Outlook]

I expected that to one-off the form, but in my tests it didn't. Your mileage
may vary.
 
Y

Yuva

Basically i try to change the page name in Appt. form and simultaneously
query the session of this Message Class, through VC++ code. I feel the
message class name is lost when the page name is changed. Any views on this
regard ?
 
S

Sue Mosher [MVP-Outlook]

If you're seeing the MessageClass value change, then the item is definitely
one-offing, which means you probably won't want to rename the page.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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