473,406 Members | 2,208 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Outlook Add-in using C#

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,
--
kannan
Oct 3 '06 #1
4 2399
Hello, kannan!

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

k I have to create one Add-in component using C# which will
kcommunicate to
kMS-Outlook to retrieve emails and store it in database, so that my
kother
kapplication will retrieve these information from database and display
kin that
ksystem. I am not familiar in outlook concept and I don't know how to
kretrieve
kemails & contacts from outlook and store it in database. It will be
kmore
khelpful if any body having/knowing similar kind of code available in
kany
ksite. So that I can use that same....

kIt is very urgent.

kThanks,
k--
kkannan

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Oct 3 '06 #2
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,

--
kannan
"Vadym Stetsyak" wrote:
Hello, kannan!

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

k I have to create one Add-in component using C# which will
kcommunicate to
kMS-Outlook to retrieve emails and store it in database, so that my
kother
kapplication will retrieve these information from database and display
kin that
ksystem. I am not familiar in outlook concept and I don't know how to
kretrieve
kemails & contacts from outlook and store it in database. It will be
kmore
khelpful if any body having/knowing similar kind of code available in
kany
ksite. So that I can use that same....

kIt is very urgent.

kThanks,
k--
kkannan

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot
Oct 3 '06 #3
Do you have VSTO (Visual Studio Tool for Office) installed? That maybe a
good option for you.

chanmm
thanks,

--
kannan
"Vadym Stetsyak" wrote:
>Hello, kannan!

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

k I have to create one Add-in component using C# which will
kcommunicate to
kMS-Outlook to retrieve emails and store it in database, so that my
kother
kapplication will retrieve these information from database and display
kin that
ksystem. I am not familiar in outlook concept and I don't know how to
kretrieve
kemails & contacts from outlook and store it in database. It will be
kmore
khelpful if any body having/knowing similar kind of code available in
kany
ksite. So that I can use that same....

kIt is very urgent.

kThanks,
k--
kkannan

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

Oct 3 '06 #4
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:
"
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,

--
kannan
"Vadym Stetsyak" wrote:
Hello, kannan!

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

k I have to create one Add-in component using C# which will
kcommunicate to
kMS-Outlook to retrieve emails and store it in database, so that my
kother
kapplication will retrieve these information from database and display
kin that
ksystem. I am not familiar in outlook concept and I don't know how to
kretrieve
kemails & contacts from outlook and store it in database. It will be
kmore
khelpful if any body having/knowing similar kind of code available in
kany
ksite. So that I can use that same....

kIt is very urgent.

kThanks,
k--
kkannan

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot
Oct 16 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Marcel Stör | last post by:
Hi all, I'm trying to add a user property to an Outlook contact item. VisualStudio tells me that the method signature was like this: UserProperties.Add(string Name,Outlook.OlUserPropertyType...
0
by: Marcel Stör | last post by:
Hi all, I'm trying to add a user property to an Outlook contact item. VisualStudio tells me that the method signature was like this: UserProperties.Add(string Name,Outlook.OlUserPropertyType...
4
by: Andy Bates | last post by:
Hi - I am developing an application that needs to automate Microsoft Outlook and I need to capture the ItemSend event. The PC I'm developing with has Outlook 2003 on; the problem I have is I...
0
by: Visual Systems AB \(Martin Arvidsson\) | last post by:
Hi! I am trying to create a windows service that will add and remove items from outlooks itemlist. But when i create the outlook application instance i get the message "Rejected Safe Mode...
3
by: Matt | last post by:
I'm trying to do the following, pulling from Outlook with an independent project: 1. The day's Outlook appointments, with person that the appointment was scheduled with 2. Add a list of...
7
by: John | last post by:
Hi I am using the following code to automate outlook from within MS Access; Dim O As Object O = CreateObject("Outlook.Application") The problem is that I am getting the following error on...
1
by: jeff.boggs | last post by:
Hello, I have a problem inserting HTML from a Word document into a new Outlook mail message. The message ends up losing all of the formatting and the image that is supposed to appear at the top...
4
by: Andy | last post by:
Hi, I have a C# application and I'd like it to use Outlook 2003 to send messages. I don't want to send them programmaticlly though; I just want to open the New Messge window, set the...
2
by: RodneyAnonymous | last post by:
I've got some code for composing an e-mail from the contents of an RTF box. The first time I execute it, everything works fine. If I close my app and then re-run it, however, I always receive the...
1
by: chrisli | last post by:
Hey, i have written this code to read all Outlook Appointments from another user and fill them into my DGV. Public Sub ReadOtherUserAppointment(ByVal UserName As String) Dim objolApp...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.