Adding Subpane to Outlook 2003? ADX a good choice?
Sun, 18 May 2008 18:48:27 -0700 (PDT)
Hi,
As VSTO documentation (and me spending a week :) ) confirms
CustomTaskPanes is only supported in OL 2007, but not OL2003.
And the closest we can do in OL 2003 is to add an anchored commandBar
with Windows Form Control to simulate the custom task pane.
Anyone has any luck with anchor commandbar with ...
|
Re: MAPILogonComplete Event does not always fire for addin
Fri, 16 May 2008 16:37:48 -0500
Ken,
Yes, I'm trying to let Outlook get up and going -- but the addin needs to start in as timely a fashion as possible, ideally as soon as Outlook is "ready."
I've been around the block on waiting for fixed time periods to try to start-up. In many environments it works, but in others...no soap. The addin do ...
|
How to add/remove attachments only for the Inspector
Fri, 16 May 2008 06:06:00 -0700
Hi
I have to develop an add-in for Outlook 2003 using VSTO in C#.
I want to use the Inspector associated to an MailItem in order to add some
attachments when the inspector is opened (NewInspector event) and remove
these attachments when it is closed, handling MailItem_Close event.
Which is the best approach?
...
|
Word add-in: document can check out
Fri, 16 May 2008 04:22:02 -0700
I wrote a C# VSTO add-in (for word).
But how can I tell that the active document (e.g.: which opened from
sharepoint) checked out or not?
...
|
MAPILogonComplete Event does not always fire for addin
Fri, 16 May 2008 06:07:38 -0500
I have read other threads in this group about the MAPILogonComplete event and a caution about forcing MAPI logon from an Outlook addin by accessing a MAPI namespace property, such as currentuser. Dmitry Streblechenko cautions that it is best to wait as long as possible to do anything in an addin that requires MAPI ...
|
Word Add-In CustomDocumentProperties
Fri, 16 May 2008 08:02:30 +0200
Hi all,
I'm creating a Word Add-In using VS2008 and VSTO. I'm trying to read the
CustomDocumentProperties like this
Dim objWordAppl As Word.Application = Globals.ThisAddIn.Application
Dim objWordDoc As Word.Document
Dim objCustomProps As Object
objWordDoc = objWordAppl.ActiveDocument
objCustomProps = o ...
|
Problems with PIA installation using Windows Installer
Thu, 15 May 2008 02:17:00 -0700
We have a problem which is very strange and hard to reproduce.
Created an Outlook Add-In setup and included PIA package to the main setup
using bootstrapper package and prerequisites checkbox. Prerequisite
checkboxes for PIA is checked!
On 95% of computers PIA is correctly installed, but on few computers i ...
|
|
|
Redemption and ExecSQL
Wed, 14 May 2008 20:15:17 -0400
At what version did ExecSQL get implemented?
-mhd ...
|
COM Addin suddenly fails
Wed, 14 May 2008 06:46:02 -0700
Hi
I have been working in a COm Addin project for Word since 2006.
Today "some" parts of the component suddenly stops working.
When testing, everything works fine in Debug mode in Visual Studio 6 (VB).
But when I compile the DLL and try it out just some parts work.
The Design-parts of the code with AddinInsta ...
|
DllRegisterServer failed return code 0x80029c4a
Wed, 14 May 2008 03:57:59 -0700 (PDT)
I have a COM outlook addin. When I try to register that addin it gives
me error:-
Error 151 error PRJ0019: A tool returned an error code from
"Performing registration" MMApplicationCOM
And when I try to register DLL manually by regsvr32 then it gives me
error:-
---------------------------
RegSvr32
------ ...
|