Hi,
I have outlook installed in a windows 7 server and i'm accessing it from another machine with another credential.
In the server in outlook exe in programfiles\office12 i have added network,interactive,everyone in security tab.
Also in com object i have added the same in authorisation and identification levels.
Also in regedit i have added permission. removed default key.
Removed all add ins in outlook
I just want to send email from the outlook configured on the server itself on the request from some user
Application oApp = new Outlook.Application();
This is how i'm initializing the object.
It works fine when i debug it locally.
Kindly help me in resolving this.
It seems like a credential issue. But don know how to fix it. Have applied everythin i can from googling