Quote Originally Posted by RobDog888
I was just re-reading some of the posts to make sure I didnt miss something and I did but it doesnt make sense.
"Imports Microsoft.Office.Interop.Outlook" make it work but at the office my system is using the "Imports Microsoft.Office.Interop"
only and that works?

Why is it different and why doesnt it recognise from just the Interop import the Outlook namespace?
well there are 2 different COM references, one is the Office 11.0 object library and one is the outlook 11.0 one.....

I think if you reference the first one, it gives you what you say you have at work... while the second give you what I had posted..