-1

I created an custom form in Outlook 2013 named as "Service Request" and then it was published. Now to access the custom form a menu option is available under "New Items".

New Items---->Custom Form----->Service Request

I know the way to delete this menu item manually, by following the way

File--->Options--->Advanced---->Developer--->Custom Form--->Form Pattern

But my requirement is, need to delete the menu item programmatically using OOM in Outlook 2013.

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343

1 Answers1

1

Outlook Object Model does not allow to do that. You will need to use the IMAPIFormMgr MAPI interface (C++ or Delphi only)

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78