Importing outlook meetings to my application

Iam working on C# .Net application.Can anyone suggest me to import outlook meetings(details) to my .Net application
[116 byte] By [srinathvuyyuru123] at [2008-1-5]
# 1

Wow that is a hard question for the C# Express group. You want to access the Outlook body and then put it in your C# Express application. WOW!

Ok, try this link:

http://msdn2.microsoft.com/en-us/library/aa289167(VS.71).aspx

It talks about Outlook 2003 and how to connect to the object, etc. It is easy, but somewhat detailed. Take a look.

SocalSam at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 2

Hi sam

I tried this but it is giving me some errors.

  1. Error 2 The type or namespace name 'Office' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\Inetpub\wwwroot\Outlook 2003 Add-In Sample\EMailStatsAddIn\Connect.cs 4 18 EMailStatsAddIn
  2. Error 4 The type or namespace name 'CommandBarButton' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\Outlook 2003 Add-In Sample\EMailStatsAddIn\Connect.cs 178 39 EMailStatsAddIn
  3. ..
  4. ..

I got two folders(EMailStatsAddIn,OPine) after downloading. Which Folder helps me in downloading Meetings from outlook.

Is there any other C# code for which may solve my problem.

Thanks & regards

SRINATH VUYYURU

srinathvuyyuru123 at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...