Delete Custom Forms

  • Thread starter Thread starter Azar
  • Start date Start date
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.
 
Back
Top