Rename Page dynamically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
I expected that to one-off the form, but in my tests it didn't. Your mileage
may vary.
 
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 ?
 
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
 
Back
Top