TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
leogodin217
NA
2
0
Using Outlook COM add-in with C#
Mar 10 2004 10:30 AM
Hi, I'm trying to use C# to create an application that uses Outllok features. I have added the "Microsoft Outlook 11.0 Object library" as a reference to my Visual Studio project but when I try to create the Outlook application with the following line: Outlook.Application oApp; I get the following error "The type or namespace name 'Outlook' could not be found (are you missing a using directive or an assemble reference?)" Does anyone know what using line I should add? I've tried: using Microsoft.Office.Interop.Outlook; using Outlook; thanks in advance, Leo
Reply
Answers (
1
)
How to hook up with VB6 Events via event handlers from C#
Using MS Outlook in .NET