R
rowan
I am trying to force a custom Message Form to use the RTF editor for
users of Outlook 2002 and Exchange 5.5. I've tried setting BodyFormat,
but when I do that the Body control stops functioning correctly. Let
me explain...
I disabled all Actions except Forward and set my form as the form to
use and set it to copy the original text. That copy of the original
text which shows who the message was from doesn't happen if I've reset
BodyFormat to 3 for RTF. Is this expected behavour or am I missing
something. It seems if I try to modify anything to do with the Message
control then that copying of the original text stops working.
I even tried going through the CommandBars to Execute the 'Rich Text'
selection. That worked when I 'Run This Form' but not after publishing
it. It was just ignored when running the published form. Maybe the
users default is used after my code runs, I can't tell.
Is there a way to override the users default selection for editor type
without creating a one-off form? I have code behind it that I need to
execute so one-offing it won't work. Originally the form had no code
and was set to send the form definition with the message, and that
allowed my editor selection and formatting settings to be sent with the
form.
Thanks
Rowan
users of Outlook 2002 and Exchange 5.5. I've tried setting BodyFormat,
but when I do that the Body control stops functioning correctly. Let
me explain...
I disabled all Actions except Forward and set my form as the form to
use and set it to copy the original text. That copy of the original
text which shows who the message was from doesn't happen if I've reset
BodyFormat to 3 for RTF. Is this expected behavour or am I missing
something. It seems if I try to modify anything to do with the Message
control then that copying of the original text stops working.
I even tried going through the CommandBars to Execute the 'Rich Text'
selection. That worked when I 'Run This Form' but not after publishing
it. It was just ignored when running the published form. Maybe the
users default is used after my code runs, I can't tell.
Is there a way to override the users default selection for editor type
without creating a one-off form? I have code behind it that I need to
execute so one-offing it won't work. Originally the form had no code
and was set to send the form definition with the message, and that
allowed my editor selection and formatting settings to be sent with the
form.
Thanks
Rowan