I want to develop an addin for outlook 2003 using VS .NET 2002 C#.

G

Guest

Hi,

I want to develop an addin for outlook 2003 using VS .NET 2002 C#.Can anyone
help how to start for this?
 
G

Guest

Hi Mike/Helmut

thanks for the help.
Helmut I copied all the three files from
http://www.outlookcode.com/codedetail.aspx?id=789 the example given by
you.But still i am not able to see the new bar.

I have to also add an entry in the context menu of the email address.Can i
add?
thanks in advance
mohit


Helmut Obertanner said:
Hello mohit,

have also a look at:

http://www.outlookcode.com/d/index.htm#dotnet

here you can find all information.

--
regards

Helmut Obertanner
Technical Consultant

Softwaredevelopment
DATALOG Software AG | Zschokkestr. 36 | D-80687 Munich
web: www.datalog.de


.... and IT works!
 
H

Helmut Obertanner

Hello mohit,

i replied you at the forum.
How did you created your AddIn, what's the progId in your code ?
Do you have the right registrysettings for your Addin (ProgId) ?

contectmenu for Emailaddress, -> i'm not shure, don't beleive.
maybe extend the context menu dynamically in CommandBar Click event
There is an exampel on codeproject, but i haven't done so.

--
regards

Helmut Obertanner
Technical Consultant

Softwaredevelopment
DATALOG Software AG | Zschokkestr. 36 | D-80687 Munich
web: www.datalog.de


.... and IT works!

mohit said:
Hi Mike/Helmut

thanks for the help.
Helmut I copied all the three files from
http://www.outlookcode.com/codedetail.aspx?id=789 the example given by
you.But still i am not able to see the new bar.

I have to also add an entry in the context menu of the email address.Can i
add?
thanks in advance
mohit
 
G

Guest

Helmut,

thanks for the reply.
yes now i am able to see the bar and buttons on the main outlook application
window.Now i am left with two more things to do which i dont know how to
start.
1. I have to show the same bar and buttons on all the open windows of
outllok.like new mail, the mail i get.
2. If i open a mail message and on the sender's address i right click i get
the context menu.I want to add a button there so that i can fire some event
on that.
Its like adding a button in the context menu with caption "dosomething".
Can i also add in the Additional Actions...???
I can see

I will be highly obliged.
Regards,
Mohit
 
H

Helmut Obertanner

Hello mohit,

1. Create an inspector wrapper like in this example:

http://www.outlookcode.com/codedetail.aspx?id=797

rightclickmenu -> not done, i'n not sure.

If you have ever made it, please post it to us.

--
Freundliche Grüße / with regards

Helmut Obertanner
Technical Consultant

Softwaredevelopment
DATALOG Software AG | Zschokkestr. 36 | D-80687 Munich
web: www.datalog.de


.... and IT works!
 
G

Guest

Hello Helmut,

thanks for the great help. I am very new to the outlook programming. But
with your help i am able to start the things.

thanks once again.

regards,
mohit
 

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