D
Dave Taylor
I'm referring to the sample code download "OutlookRibbonXCS_VSTO". When I
have Outlook 2007 running with this AddIn, and I send a document as an
attachement from Word 2007, the Inspector from for that email does not close
down properly. The ribbon locks, and a 'hidden' Send button appears on the
far left of the ribbon. I then have to close the inspector down manually
(though the email does get sent okay).
Any ideas what may be causing this? I think it's down to the 'NewInspector'
event handler in the AddIn code; when I comment that out the problem
disappears. I'm thinking the Word email is not being added to the Outlook
inspectors collection in the same way as doing it directly from Outlook
(which works fine) - but that's as far as my knowlege goes.
I have Office 2007 SP1, VS2005 and VSTO SE.
Thanks!
have Outlook 2007 running with this AddIn, and I send a document as an
attachement from Word 2007, the Inspector from for that email does not close
down properly. The ribbon locks, and a 'hidden' Send button appears on the
far left of the ribbon. I then have to close the inspector down manually
(though the email does get sent okay).
Any ideas what may be causing this? I think it's down to the 'NewInspector'
event handler in the AddIn code; when I comment that out the problem
disappears. I'm thinking the Word email is not being added to the Outlook
inspectors collection in the same way as doing it directly from Outlook
(which works fine) - but that's as far as my knowlege goes.
I have Office 2007 SP1, VS2005 and VSTO SE.
Thanks!