U
Unknown
We've a custom form published with both user definied
fields and VBScript on the form. All emails using this
custom form are archived on the Exchange Server. Since we
may make changes later on the custom form, adding and
renaming user defined fields, modifying the script, I'm
writing a utility app trying to remap all the user
definied fields between the two custom forms with
different message classes.
What I'm doing is to make a copy off each email and change
the message class from custom form 1 to custom form 2.
Then remove all user defined fields from form 1 and add
those for form 2 as well as set the values. It works fine
with the user defined fields and I can read the values
from custom form one and set it on custom form 2. But the
vbscript is missing from this object copying and saving.
If I do not create a copy off each original email, I do
not know if it is possible to rebuild the new mail object
from scratch, considering all different types of
attachments on the original emails.
What are the options for this? TIA
fields and VBScript on the form. All emails using this
custom form are archived on the Exchange Server. Since we
may make changes later on the custom form, adding and
renaming user defined fields, modifying the script, I'm
writing a utility app trying to remap all the user
definied fields between the two custom forms with
different message classes.
What I'm doing is to make a copy off each email and change
the message class from custom form 1 to custom form 2.
Then remove all user defined fields from form 1 and add
those for form 2 as well as set the values. It works fine
with the user defined fields and I can read the values
from custom form one and set it on custom form 2. But the
vbscript is missing from this object copying and saving.
If I do not create a copy off each original email, I do
not know if it is possible to rebuild the new mail object
from scratch, considering all different types of
attachments on the original emails.
What are the options for this? TIA