Task item reccurense window

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

Task item reccurense window
Task item reccurense window 
jazeelkm




Posts: 25
Joined: 2008-07-10
Hi,

I am developing an Outlook 2007 addin using VS2008, VSTO 3, C# and Addin express 2008 for VSTO Standard.

In that I want to load Task's recurrence window Programatically.

I can load it using this.Application.ActiveInspector().CommandBars.ExecuteMso("Recurrence") if an Task item window is active. But Is there is any way to load the recurrence window from a task item object with out opening the Task item window(ie, I want to call this from my custom window) ?

Thanking you in advance
Jaz

Posted 30 Jan, 2009 07:00:02 Top
Eugene Astafiev


Guest


Hi Jazeel,

Unfortunately I don't know another way.

this.Application.ActiveInspector().CommandBars.ExecuteMso("Recurrence")


Please note that you don't release COM objects in that case. You can read more about this on our technical http://www.add-in-express.com/creating-addins-blog/2008/10/30/releasing-office-objects-net/.
Posted 30 Jan, 2009 08:54:34 Top