I hope you are trying this from windows app not Web app. If it is the later, then you need to understand the basics of asp.net If it is windows app, then, my friend, you are in the wrong aisle. In any case,
Usharva wrote:
In Outlook.NameSpace.Logon Profile property what value i need to pass to read other Inbox?
Usharva wrote:
Outlook.NameSpace ns = myOlApp.GetNamespace("Mapi"); ns.Logon("","",false,true);
Check how outlook is configured and how you talk to your mail server. I am assuming it uses your windows credentials. that is why when you leave it blank, it will impersonate you. Did you try to use your windows credentials?
Yusuf May I help you?