D
DaveUK
Hi,
I'm developing a VSTO add-in for Outlook 2007 that is replacing an old
custom form in 2003.
I have two form region which replaces the default message read and compose
pages on a custom message class defined in the registry.
The add-in works fine, but I want all replies to a message with my custom
message class ("IPM.Note.MyClass") to be of type "IPM.Note.MyClass" as well.
I found that this can be defined as a custom action in the form region
manifest, however this does not seem to work when replying outside of the
read mail inspector:
1. With a new instance of Outlook, if I reply to a "IPM.Note.MyClass"
mailItem, using the standard explorer toolbar buttons, it replies using a
standard IPM.Note.
2. Now if i open the mailItem and click the inspector's reply button, it
works as expected, opening an "IPM.Note.MyClass".
What is strange is that after performing step 2, if I repeat step 1 (using
the explorer) on the same mailItem, it will open an "IPM.Note.MyClass" as I
wanted originally!
Can anyone reproduce this or shed any light on my problem?
I'm developing a VSTO add-in for Outlook 2007 that is replacing an old
custom form in 2003.
I have two form region which replaces the default message read and compose
pages on a custom message class defined in the registry.
The add-in works fine, but I want all replies to a message with my custom
message class ("IPM.Note.MyClass") to be of type "IPM.Note.MyClass" as well.
I found that this can be defined as a custom action in the form region
manifest, however this does not seem to work when replying outside of the
read mail inspector:
1. With a new instance of Outlook, if I reply to a "IPM.Note.MyClass"
mailItem, using the standard explorer toolbar buttons, it replies using a
standard IPM.Note.
2. Now if i open the mailItem and click the inspector's reply button, it
works as expected, opening an "IPM.Note.MyClass".
What is strange is that after performing step 2, if I repeat step 1 (using
the explorer) on the same mailItem, it will open an "IPM.Note.MyClass" as I
wanted originally!
Can anyone reproduce this or shed any light on my problem?