Outlook Add-in using C#

G

Guest

Hi,
I have to create one Add-in component using C# which will communicate to
MS-Outlook to retrieve emails and store it in database, so that my other
application will retrieve these information from database and display in that
system. I am not familiar in outlook concept and I don't know how to retrieve
emails & contacts from outlook and store it in database. It will be more
helpful if any body having/knowing similar kind of code available in any
site. So that I can use that same....

It is very urgent.

Thanks,
 
V

Vadym Stetsyak

Hello, kannan!

Have a look at these urls.
( http://blogs.msdn.com/dancre/archive/2004/03/21/93712.aspx )
( http://www.codeproject.com/useritems/OutlookAdd-in.asp )

k> I have to create one Add-in component using C# which will
k> communicate to
k> MS-Outlook to retrieve emails and store it in database, so that my
k> other
k> application will retrieve these information from database and display
k> in that
k> system. I am not familiar in outlook concept and I don't know how to
k> retrieve
k> emails & contacts from outlook and store it in database. It will be
k> more
k> helpful if any body having/knowing similar kind of code available in
k> any
k> site. So that I can use that same....

k> It is very urgent.

k> Thanks,
k> --
k> kannan

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
G

Guest

Hi,
Thanks for your information.

But I am really looking for reading mails from outlook and write it in
database using C#.net Add in component. It will be more helpful if you can
give additional information. Even through this component I should able to add
contacts and etc.,

thanks,
 
C

chanmm

Do you have VSTO (Visual Studio Tool for Office) installed? That maybe a
good option for you.

chanmm
 
A

Andrei Smolin

Kannan,

Look at Add-in Express .NET (http://www.add-in-express.com/add-in-net/)
which is a fast-start development tool for programming COM add-ins. We
also provide several support levels and at the topmost one, our support
team provide you with the add-in skeleton and help you with the Outlook
and Office object models.

Andrei Smolin
Add-in Express Team Leader


"kannan wrote:
"
 

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