A Azar Jul 8, 2003 #1 How to programatically delete outlook custom forms from personal forms library?
R Rainer Schwenkreis Jul 11, 2003 #2 Hello, You can't do with Outlook Object Model. But there is a Way with CDO. With the Property CdoPR_COMMON_VIEWS_ENTRYID = 904265986 (&H35E60102) you get the entry ID of the Hidden Forms Folder. Then you can delete the form like a normal Message.
Hello, You can't do with Outlook Object Model. But there is a Way with CDO. With the Property CdoPR_COMMON_VIEWS_ENTRYID = 904265986 (&H35E60102) you get the entry ID of the Hidden Forms Folder. Then you can delete the form like a normal Message.