form

J

Joel

Is there a way to open a public task with a specific form. Let's say the task was created with form A, but I want to open it with form B just to look at the information in a different way.
 
S

Sue Mosher [MVP-Outlook]

You would have to change the MessageClass proprety to the class for form B
before opening the item.

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



Is there a way to open a public task with a specific form. Let's say the
task was created with form A, but I want to open it with form B just to look
at the information in a different way.
 
S

Sue Mosher [MVP-Outlook]

I don't think you can't do it in the code for the form itself, because the
item needs to be closed when you change the message class. You could,
however, use a macro or VB code to change the class, save the item, then
open it.

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



Joel said:
Where is that changed? In the code of the form?

Thanks - Joel
 

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