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
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.
Hi sam
I tried this but it is giving me some errors.
- 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
- 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
- ..
- ..
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 