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 25 of 43
Search took 0.08 seconds.
Search: Posts made by: Christian Havel
Forum: Add-ins for Outlook February 20th 09, 08:41 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 687
Posted By Christian Havel
How to open contact from public folders

Hi Dmitry,

thanks for your help!

I could get the EntryID from the contact. Do I need something like a id from
the public folder, too?

I am a newbie in Outlook programming.

Christian
Forum: Add-ins for Outlook February 19th 09, 10:41 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 687
Posted By Christian Havel
How to open contact from public folders

Hi,

I want to open a contact from a public folder using a VB6 application.

How can I do this?

Thanks
Christian
Forum: Outlook - Using Contacts February 4th 09, 01:34 PM Posted to microsoft.public.outlook.contacts
Replies: 1
Views: 385
Posted By Christian Havel
LDAP

Hi,

I use an LDAP server.

Using the menuitem "Tools/Addressbook" I search for entries with a town.
In the result list the name of the town is not shown.
When I open the detailview I see the town as...
Forum: Add-ins for Outlook January 27th 09, 04:08 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 426
Posted By Christian Havel
How to open a OL contact

Hi,

I want to open an Outlook contact from my exe. Which informations do I need
to open the contact and how do I do this?

I heard that this is done using MAPI. Well, I know nothing from MAPI.

Can...
Forum: Add-ins for Outlook January 14th 09, 09:01 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 545
Posted By Christian Havel
Ribbon Error

Hi,

I have a AddIn (VB6) that extends the OL UI with my own ribbon. It works
pretty fine (the most time).

Sometimes I get a error message, that in the ribbon´s XML description is a
error.
Well,...
Forum: Add-ins for Outlook January 14th 09, 08:50 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 743
Posted By Christian Havel
Hide errors in Ribbons

Hi Ken,

thanks a lot.

Christian

"Ken Slovak - [MVP - Outlook]" wrote:

Try
HKCU\Software\Microsoft\Office\12.0\Common\General\ReportAddinCustomUIErrors.
Forum: Add-ins for Outlook January 13th 09, 03:40 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 743
Posted By Christian Havel
Hide errors in Ribbons

Hi,

in the "Options/Extended options" (translated from german; Outlook 2007) I
can set the checkbox to show errors that occur in the Add-In-UI (Ribbons).

Where do I find these informations in the...
Forum: Add-ins for Outlook February 18th 08, 08:46 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 750
Posted By Christian Havel
How to edit existing categories in OL2007

Hi Ken,

thanks for your response.
I found the Categories collection. But how can I load the Collection?
Something like (VB6):
Dim catCollection as Categories
Set catCollection = ?????.GetCategories ...
Forum: Add-ins for Outlook February 15th 08, 04:42 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 750
Posted By Christian Havel
How to edit existing categories in OL2007

Hi,

how can I add, removed and edit categories in Outlook 2007?

I see the class "categories" and "category" in the objectcatalog (F2) in the
VBA editor, but I do not know how to initialize the...
Forum: Add-ins for Outlook November 30th 07, 11:14 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 745
Posted By Christian Havel
Extend context menu

Hi,

how can I extend the context menu, which opens by right-click in a eMail on
the sender?

Christian
Forum: Outlook - General Queries November 27th 07, 11:56 AM Posted to microsoft.public.developer.outlook.addins,microsoft.public.office.developer.smarttags,microsoft.public.outlook,microsoft.public.outlook.general
Replies: 2
Views: 557
Posted By Christian Havel
Person Name smart tag Performance Problem

Hi Albert,

is the personname smart tag in Outlook 2007 shown, too?

Christian

" wrote:

Dear all,
Forum: Outlook and VBA November 23rd 07, 04:05 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 372
Posted By Christian Havel
Problem developing SmartTag for Outlook 2007

Hi,

I try to develop a SmartTag application for Outlook 2007.

I created a ComAddIn.dll, implemented the interfaces ISmartTagRecognizer,
ISmartTagRecognizer2, ISmartTagAction and...
Forum: Outlook and VBA November 23rd 07, 12:06 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 362
Posted By Christian Havel
Smarttag questions

Hi,

in a received eMail I sometimes see a smarttag (circle) beside the sender.
1.) Why is this smarttag not allways shown?
2.) Is it possible to extend this smarttag programmatically (e.g. using a...
Forum: Add-ins for Outlook October 19th 07, 09:56 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,297
Posted By Christian Havel
Access object in explorer from type olExplorer

Hi Helmut,

thanks for you help!

I tried it like following:

Set myComponent = htmlDoc.getElementById("componentName")
and
Set myComponent =...
Forum: Add-ins for Outlook October 18th 07, 02:38 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,297
Posted By Christian Havel
Access object in explorer from type olExplorer

Hi,

I have an HTML page which contains an grid control. In JavaScript I access
the grid control like following:

document.all['componentName']

In Outlook I check on ActiveExplorers class on type...
Forum: Add-ins for Outlook July 19th 07, 05:16 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,009
Posted By Christian Havel
FormRegion setup question

Following you find my manifest file:

?xml version="1.0" encoding="utf-8"?
FormRegion...
Forum: Add-ins for Outlook July 19th 07, 01:46 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,009
Posted By Christian Havel
FormRegion setup question

Hi Sue,

thanks for your help!
Can you please send me an sample how it have to look in the manifestfile?

Thanks Christian

"Sue Mosher [MVP-Outlook]" wrote:

It can be any folder. Specify the...
Forum: Add-ins for Outlook July 19th 07, 09:44 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 638
Posted By Christian Havel
Please help! Sending mail in Outlook from a COM addin.

Hi Dewey,

I think you can solve your problem when you write your assignments like this:

Set myOlApp = New Outlook.Application
Set MyItem = myOlApp.CreateItem(OlItemType.olMailItem)

Hope this...
Forum: Add-ins for Outlook July 19th 07, 09:38 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 1,009
Posted By Christian Havel
FormRegion setup question

Hi,

I use FormRegions in my COM AddIn. The FormRegions are saved to *.ofs files.
To which folder should they be installed, that Outlook recognize them?

Thanks
Christian
Forum: Add-ins for Outlook July 18th 07, 04:22 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 492
Posted By Christian Havel
Ribbon change displayName dynamically

Hi Ken,

I solved the problem by opening and editing the manifest file in my AddIns
Startup event. This works fine.

Thanks a lot.

Christian

"Ken Slovak - [MVP - Outlook]" wrote:
Forum: Add-ins for Outlook July 16th 07, 03:10 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 492
Posted By Christian Havel
Ribbon change displayName dynamically

Hi,

how can I change the value from a FormRegions DisplayName property during
Outlook is running?

Christian
Forum: Add-ins for Outlook July 13th 07, 08:32 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 515
Posted By Christian Havel
Problem to reference FM20.dll

Hi Michael,

thanks for your response.

Christian

"Michael Bauer [MVP - Outlook]" wrote:


Forum: Add-ins for Outlook July 12th 07, 01:32 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 515
Posted By Christian Havel
Problem to reference FM20.dll

Hi,

I try to set a reference to the fm20.dll by browsing to the file.

I receive the following error message:

"Name conflicts with existing module, project or object library"

How can I find which...
Forum: Add-ins for Outlook July 12th 07, 09:20 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 896
Posted By Christian Havel
Ribbon - Get position from clicked button

Hi Ken,

thanks for your help!

What a pity. Hmm ....

Christian

"Ken Slovak - [MVP - Outlook]" wrote:
Forum: Add-ins for Outlook July 11th 07, 09:22 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 896
Posted By Christian Havel
Ribbon - Get position from clicked button

Hi,

I receive the click-event from my ribbon buttons. Now I have to get their
position to show a dialog beside them.

I found that I can call the properties Width and Height on the
ribbonControl....
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT +1. The time now is 12:20 PM.


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.