A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 9 of 9
Search took 0.13 seconds.
Search: Posts made by: Steffen Grellmann[_2_]
Forum: Add-ins for Outlook September 4th 08, 02:54 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 517
Retrieve actual value of .To without saving first?

Hi newsgroup,

as you can see from the code snippet below I'm trying to read the
content from the "To" field of a new Outlook mailmessage. It seems
that the item has to been saved first in order to...
Forum: Add-ins for Outlook July 23rd 08, 09:06 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,900
Call AddIn-Functions from VBA-Macro

Sorry, the registry confusion has been my fault. I first had an
underline in the registration name of my AddIn like "Test_2003".
Without that underline oAddin is initiated correctly and the...
Forum: Add-ins for Outlook July 23rd 08, 01:43 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,900
Call AddIn-Functions from VBA-Macro

Hi Ken,

thank you very much for replying.

Dim oAddin As Office.ComAddin
' oOL is an Outlook.Application object

Set oAddin = oOL.COMAddins.Item("myAddin")
If Not (oAddin Is Nothing) Then
...
Forum: Add-ins for Outlook July 21st 08, 08:54 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,900
Call AddIn-Functions from VBA-Macro

Hi Ken,

thank you very much for replying.

Yes, it's possible. For an example download one of the VSTO templates I have
up for Outlook 2007 and look at how I handle setting up calls from the...
Forum: Add-ins for Outlook July 21st 08, 08:49 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,220
AddHandler to a button on a new inspectors commandbar

Hi Ken,

thank you very much for that deep insight. I guess I can work on with
that additional informations. I really appreciated your time and help.
Kind regards,

Steffen
Forum: Add-ins for Outlook July 21st 08, 11:29 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,900
Call AddIn-Functions from VBA-Macro

Hi newsgroup,

is it possible to call public functions of a COM-AddIn (made with VSTO
2005) from outside, especially from a VBA-macro?

Any help would be appreciated.

Kind regards,

Steffen
Forum: Add-ins for Outlook July 20th 08, 01:02 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,220
AddHandler to a button on a new inspectors commandbar

Hi Ken,

in the meantime I've taken a closer look at the Inspector Wrapper
example from your website and adapted it for using in VSTO 2005 in
conjunction with OL 2003. So I've got rid of the...
Forum: Add-ins for Outlook July 7th 08, 08:38 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,220
AddHandler to a button on a new inspectors commandbar

Hi Ken,

thank you for replying. I'm working with an Inspector wrapper class
now. Nevertheless with this technique the handler

AddHandler oInspClass.myMail.Close, AddressOf myMail_Close

is...
Forum: Add-ins for Outlook July 5th 08, 08:59 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,220
AddHandler to a button on a new inspectors commandbar

Hi newsgroup,

I'm trying to add a custom button to a new inspectors commandbar in
Outlook 2003. Word is used as e-mail editor. Everything is working
fine so far.

But what would be the correct...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 11:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.