Ribbon problem

Status
Not open for further replies.
C

ChristianH

Hi,

I create a Ribbon from my vb6 app. I works fine.

Well, on one workstation I receive the errormessage:

"Error in userdefined UI from XML from "MyOutlookAddIn" ".

The Office-Control was not found by the ID.

ID: TabNewMailMessage

I receive this message only on one computer. On other computers I do not get

this error message when I open the same eMail.

Has anybody a idea how I can track this problem?

Thanks

Christian
 
Any other addins running there that might be messing with the ribbon? All

new mail messages should have a TabNewMailMessage in Outlook 2007.

"ChristianH" <ChristianH> wrote in message

news:0FC27F96-1FBF-455F-A308-47829D58F0A4@microsoft.com...
> Hi,

> I create a Ribbon from my vb6 app. I works fine.

> Well, on one workstation I receive the errormessage:
> "Error in userdefined UI from XML from "MyOutlookAddIn" ".

> The Office-Control was not found by the ID.
> ID: TabNewMailMessage

> I receive this message only on one computer. On other computers I do not
> get
> this error message when I open the same eMail.

> Has anybody a idea how I can track this problem?
> Thanks
> Christian
 
Hi Ken,

thanks for your help.

I disabled all the other addIns. The user has some VBA Code running.

The mail contains another HTML-mail. The second mail was redirect. On

opening the second mail the error message is shown.

Christian.
wrote:


> Any other addins running there that might be messing with the ribbon? All
> new mail messages should have a TabNewMailMessage in Outlook 2007.

> >

>

> "ChristianH" <ChristianH> wrote in message
> news:0FC27F96-1FBF-455F-A308-47829D58F0A4@microsoft.com...
> > Hi,
> > I create a Ribbon from my vb6 app. I works fine.
> > Well, on one workstation I receive the errormessage:
> > "Error in userdefined UI from XML from "MyOutlookAddIn" ".
> > The Office-Control was not found by the ID.
> > ID: TabNewMailMessage
> > I receive this message only on one computer. On other computers I do not
> > get
> > this error message when I open the same eMail.
> > Has anybody a idea how I can track this problem?
> > Thanks
> > Christian


>
 
Hmm. What tab name is there for the redirect message instead of

TabNewMailMessage?

There's really no control we have over that, once the initial XML has been

requested in GetCustomUI() for that type of Outlook item. After that it's

all internal as to what XML if any is supplied to an item. This might be a

nifty little bug.

How is the second email attached to the first one? Can you look at the MAPI

properties on the attachment and see the attachment method, content id,

content type, etc.? I'll need some additional information to be able to

submit it to MS as a bug.

Is this universal, does it repro on other machines with the same content or

a simulation of that problem message, or is the problem limited to only one

or a few machines?

"ChristianH" <ChristianH> wrote in message

news:0468351E-4DF4-4BC8-B638-49B06AC24822@microsoft.com...
> Hi Ken,

> thanks for your help.

> I disabled all the other addIns. The user has some VBA Code running.

> The mail contains another HTML-mail. The second mail was redirect. On
> opening the second mail the error message is shown.

> Christian.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
TomHuckstep Remove Send/Receive All Folders (IMAP/POP) button from Outlook 365 Ribbon Using Outlook 2
L Getting Index from dropdown inserted on ribbon Outlook VBA and Custom Forms 3
kburrows Outlook 365 - Ribbon Customizations Disappear Using Outlook 0
e_a_g_l_e_p_i Trying to customize the ribbon but can't figure this one out Using Outlook 3
Witzker Customized Ribbon lost every now and then Using Outlook 3
M Disable Contact Card Results when using "Search People" in Outlook Ribbon Using Outlook 7
Witzker Customized ribbon and entries disappeared Using Outlook 0
M In Outlook Calendar remove the buttons: 'Today' and '<' (Back a day) and '>' (Forward a day) that are below the Ribbon and above the calendar display. Using Outlook 0
W Ribbon XML customization Using Outlook 4
M Simplified ribbon missing Using Outlook 3
L Outlook Office 365 client: won't remember my setting File, not to collapse ribbon Using Outlook 2
S How to set up button in ribbon for individual Quick Steps Using Outlook 1
A Possible to hide ribbon with custom appointment form? Outlook VBA and Custom Forms 3
I Retention policies on outlook 2016 ribbon Using Outlook 2
V not able to change name in customize Ribbon Outlook VBA and Custom Forms 1
Wayne Dardis Calling Ribbon Button in Outlook 2016 Outlook VBA and Custom Forms 6
W Adding A Macro To Message Ribbon Outlook VBA and Custom Forms 2
Diane Poremsky Customize the Outlook Toolbar, Ribbon or QAT Using Outlook 0
M No Show Group on ribbon Using Outlook 8
I Ribbon buttons grayed-out in Outlook 2013 Using Outlook 2
B How can I adjust the ribbon width? I want to see all of my Quick Steps. Using Outlook 1
piusg 2013: Place custom view on the ribbon Using Outlook 3
P Outlook 2007 Calendar Ribbon has changed and I can't fix it Using Outlook 10
R Can I create custom subgroups on the ribbon? Using Outlook 5
M missing iCloud tab on ribbon bar Using Outlook 0
G Adding 3rd-Party Add-In to Home Ribbon in Outlook 2010 Using Outlook 1
E Outlook Ribbon Customization and Deployment Using Outlook 1
C Outlook Calendar Ribbon with iCloud Using Outlook 2
S ADD-IN Ribbon Missing Using Outlook 2
S ADD-IN Ribbon Missing Using Outlook 5
S Outlook 2010 Ribbon - Creating Links To Websites or EXE Files Using Outlook 4
M Move 'Reply All' on Ribbon in Outlook 2010 Using Outlook 2
L Email button on ribbon defaulting to exchange when POP is default Using Outlook 7
K call a help file when click on a button xml ribbon Outlook VBA and Custom Forms 1
J Executing Ribbon Command from Code Outlook 2010 Outlook VBA and Custom Forms 3
T Word 2007 add-in ribbon icons greyed out Outlook VBA and Custom Forms 1
K add a designed group into a existing inspector ribbon Outlook VBA and Custom Forms 7
C Create a Ribbon for the OL2010 Explorer Outlook VBA and Custom Forms 1
T Ribbon Control questions Outlook VBA and Custom Forms 7
S What's the appointment ribbon called? Outlook VBA and Custom Forms 1
H Program "Click on Ribbon Button" Using VBA Outlook VBA and Custom Forms 1
M Can I embed ribbon item into form region? Outlook VBA and Custom Forms 2
R Build custom ribbon in Outlook 2007 Outlook VBA and Custom Forms 3
J Ribbon question Outlook VBA and Custom Forms 6
R Could i do this with ribbon(outlook2007)? Outlook VBA and Custom Forms 1
M Stop ribbon item tool tip text from wrapping? Outlook VBA and Custom Forms 2
T Ribbon and a checkbox (C++ ATL) Outlook VBA and Custom Forms 8
H access appointmentItem from ribbon menu Outlook VBA and Custom Forms 1
D Application.ActiveInspector() is Null on Ribbon Load Outlook VBA and Custom Forms 1
T Using Ribbon in Inspector window Outlook VBA and Custom Forms 2

Similar threads

Back
Top