T
Tom
In Outlook 2003 I have a custom message form. On the second page I have the
feilds I created for the user to enter the information, which is inserted
into the body on the standard page. Up to here everything is good. I want
to use before send to delete the custom page (where the enter the info) so
when recieved it just is a standard message.
any suggestions? I have tried both delete and revove without any luck
'Set myPages = Item.GetInspector.ModifiedFormPages
'myPages.Remove("Down User/High Priority")
'Item.GetInspector.Remove "Down User/High Priority"
Thanks
Tom
feilds I created for the user to enter the information, which is inserted
into the body on the standard page. Up to here everything is good. I want
to use before send to delete the custom page (where the enter the info) so
when recieved it just is a standard message.
any suggestions? I have tried both delete and revove without any luck
'Set myPages = Item.GetInspector.ModifiedFormPages
'myPages.Remove("Down User/High Priority")
'Item.GetInspector.Remove "Down User/High Priority"
Thanks
Tom