Prasad,
Looking quickly at the article:
To get msoutl9 to show up you need to have Outlook 2000 installed, then add
a reference to msoutl9.
This should create an Interop Assembly that your project references, that
you can then use the msoutl9 namespace from. msoutl9 would be the root
namespace of the Interop Assembly that VS.NET created for you. You can use
Object Browser to verify the namespace.
For a number of articles on using Outlook with .NET see:
http://www.microeye.com/resources/res_outlookvsnet.htm
Note: I do not have Outlook 2000 loaded, I am using Outlook 2003 with the
PIA that gets installed optionally as part of Outlook 2003.
Hope this helps
Jay
> Hi,
>
> I was going through this below link to program the Outlook folders.
http://www.dotnetjunkies.com/Article/2E1EEEAF-C78A-4A38-A830-AC204B12DF83.dcik
> However, I was not able to create the object "msoutl9". There is no code completion help coming when i place a dot after the msoutl9 . What name
space is required to add in my program for using outlook object ? Please
help me. with this.
> Thanks in advance
> Prasad P