View Single Post
  #2  
Old May 20th 07, 03:48 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Microsoft.Office.Tools

Outlook 2003 itself doesn't support custom task panes. You can build CTPs only for Word as the email editor.

Microsoft.Office.Tools is a class exposed by Visual Studio Tools for Office 2005. It is not available to a shared addin.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Yael" wrote in message ...
Hi,
I want to set my pane tasks CustomTaskPane table in outlook from shared com
add-in vs.net 2003 c# & outlook 2003

Microsoft.Office.Tools -- I don't have this!!!
I have only:
Microsoft.Office.Interop
Microsoft.Office.Core

But I'm getting this error:
The type or namespace name 'Tools' does not exist in the class or namespace
'Microsoft.Office'

And, do you have a link with example for that in c#?
Thank's.

Ads