Forum: Add-ins for Outlook
January 28th 09, 10:08 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,662
Context Menu on items
Ok, so at first I have to load the Outlook 10 library in order to
detect the version and then if it is the 2007 version I load its
library, correct?
Thanx,
Ivan
On 27 Gen, 22:44, "Ken Slovak - [MVP...
|
Forum: Add-ins for Outlook
January 27th 09, 04:12 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,662
Context Menu on items
Ok, very smart.
What is the best way to detect the Outlook version?
Thanx,
Ivan
On 27 Gen, 15:24, "Ken Slovak - [MVP - Outlook]"
wrote:
Coding for context menus with any...
|
Forum: Add-ins for Outlook
January 27th 09, 03:08 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,662
Context Menu on items
Searching Google I found this guy who find out the cause of the
problem:
"If a user has the reading pane enabled in a folder and they right-
click on a mail item while the reading pane is still...
|
Forum: Add-ins for Outlook
January 27th 09, 02:45 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,662
Context Menu on items
Here is the complete code:
Public Class Connect
Implements Extensibility.IDTExtensibility2
Private _applicationObject As Object
Private _addInInstance As Object
Private WithEvents...
|
Forum: Add-ins for Outlook
January 27th 09, 02:36 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,662
Context Menu on items
Hello,
I developed an add-in to show a Context Menu on item right-click.
This was developed using Extensibility.IDTExtensibility2 interface in
Visual Studio, using the Microsoft Office 10.0...
|
Forum: Add-ins for Outlook
January 14th 09, 02:07 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 631
The case of OnStartupComplete
I found the problem!
By default the file Interop.Microsoft.Office.Core.dll was not included
in the release!
Once included it works fine.
On 14 Gen, 11:42, wrote:
Hello,
|
Forum: Add-ins for Outlook
January 14th 09, 11:42 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 631
The case of OnStartupComplete
Hello,
I'm still struggling with my outlook addin.
I'm developing an add-in for multiple versions of Outlook.
It is build with VB.NET, using the Shared-Add-in project. I created it
using Microsoft...
|
Forum: Add-ins for Outlook
December 30th 08, 03:23 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 746
Create Add-in for multiple versions of Outlook
It is build with VB.NET, using the Shared-Add-in project.
The OnConnection Event works fine.
outApp.StartUp should fire on Outlook Application.Startup event.
Also OnUpdate on CommandBars doesn't...
|
Forum: Add-ins for Outlook
December 30th 08, 12:21 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 746
Create Add-in for multiple versions of Outlook
Hello,
I'm creating an add-in for Outlook and I need it to work both with
Outlook XP (2002) and Outlook 2007.
I created it using Microsoft Outlook 10.0 Object Library (Outlook
2002) and it works...
|