Search results

  1. C

    CreateItemFromTemplate throws OutOfMemoryException

    Hi, we are publishing Outlook forms (*.oft files) using the following code: olMailItem = _olApp.CreateItemFromTemplate(pathToOftFile, _missing) as MailItem; olFormDescription = olMailItem.FormDescription; olFormDescription.DisplayName = "MyDisplayName"...
  2. C

    Form icons are missing in Outlook 2013 supergrid

    Hi, I have the following effect with Outlook 2013. I have some Outlook Forms with an Icon and a specific MessageClass that are published to the personal registry. Receiving a new email I eventually change the MessageClass and in the Outlook supergrid the Icon appears. This works fine with...
Back
Top