Add in won't start when using hebrew profile

D

Danila

Hi, Im trying to write a simple add in using visual studio 2003
here is the code:
public void OnConnection(object application, Extensibility.ext_ConnectMode
connectMode, object addInInst, ref System.Array custom)
{
System.Windows.Forms.MessageBox.Show("Connect");
applicationObject = application;
addInInstance = addInInst;
}

It works fine when I use english profile ( mail folders named in english),
but when I try to use a hebrew profile - nothing happens. As if add in
doesnt exist.

Any ideas will be appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top