form regions

  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. M

    How to duplicate content of one field in another field?

    Hi. I have created custom form (task) with form regions (I replaced first page with another one that looks very similar to default, but has additional date fields). What I need is: when i put date in "start date" field, the same date should occur in another date field (let's name it "copy of...
Back
Top