I have a form with several richtext fields that use the “best fit for OS” option which uses the Edit Controls object. The resulting richtext field is stored with a type “MIME_PART”. How do I update this type of field programmatically without loosing the MIME_PART type?
I’ve found code examples that create HTML mail (using mimeentity stream) but it appears that that method defaults to the BODY field and doesn’t allow you to specify a field name.
I would appreciate any help on this. Thanks…