S
Sandesh Patnam
Ken and Pavan,
I am able to prevent the button from getting saved in Normal.dot in a
similar way that is specified by Pavan in his previous posts. I am actually
using the same Normal.dot template(Not a custom template) and adding the
button in OnStartUpComplete. The next immediate step that I did after adding
the button to the standard bar is that I am setting the Saved property of the
Normal template to true and fooling Word that no changes have been made in
the template and thus the changes are not being saved in the normal template.
As I already mentioned in my earlier posts, I am using two different
projects for Word and Outlook Plugins. I am doing the above mentioned steps
in Word's Connect.cs(Within the OnStartUpComplete api). I want to do the same
in Outlook's Connect.cs but I donot have access to the Word template within
Outlook's Connect.cs.
Please suggest me an alternative.
I am able to prevent the button from getting saved in Normal.dot in a
similar way that is specified by Pavan in his previous posts. I am actually
using the same Normal.dot template(Not a custom template) and adding the
button in OnStartUpComplete. The next immediate step that I did after adding
the button to the standard bar is that I am setting the Saved property of the
Normal template to true and fooling Word that no changes have been made in
the template and thus the changes are not being saved in the normal template.
As I already mentioned in my earlier posts, I am using two different
projects for Word and Outlook Plugins. I am doing the above mentioned steps
in Word's Connect.cs(Within the OnStartUpComplete api). I want to do the same
in Outlook's Connect.cs but I donot have access to the Word template within
Outlook's Connect.cs.
Please suggest me an alternative.