Recent content by christianolforums

  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 Daine, I reset the view, but it does not help. Do you have any idea how to force Outlook 2013 to show the icons? Regards, Christian.
  3. C

    Form icons are missing in Outlook 2013 supergrid

    Hi Diane, thanks for your help! How can I reset the view? Regards, Christian.
  4. 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