Using Word Add-In when composing email in Outlook

Add-in Express™ Support Service
That's what is more important than anything else

Using Word Add-In when composing email in Outlook
 
Clancy Malcolm


Guest


I've got an add-in working in Word 2010. It is primarily a task pane (currently implemented as ADXWordTaskPane) and manipulates the document content.

How can I make the task pane available when writing a new email in Outlook 2010?

Thanks in advance.

Clancy
Posted 08 Aug, 2012 23:16:24 Top
Eugene Astafiev


Guest


Hi Clancy,

It looks like you need to support Outlook and use the http://www.add-in-express.com/add-in-net/outlook-regions.php. The Add-in Express wizard allows you to specify supported Office applications:

User added an image

In case of existing add-in project you can modify the SupportedApps property of the add-in module class (select Outlook in the list) and add appropriate interop files to the References.
Posted 09 Aug, 2012 05:45:35 Top