Hi
Does Lotus notes client be running or opened in the background to send emails using Lotus Notes with .Net?
I am working on a task where my .net application should send emails using Lotus Notes client ( NOT SMTP) with .NET using Dominos.dll. I am able to send mails also. But the problem comes when i close my Lotus Notes mail client and try to run my application which does not deliver mails. Reason, i think they were being stored in "Outgoing mail". Again when i re-open my Lotus Notes client by entering my username and password, then the mails that were in "Outgoing mail" were been delivered. Should lotus notes client run on the background for my application to send emails? Is there any way that my application can send emails even if lotus notes client is not opened? I'm struck with this issue all day, did lot of research, but i could find anything.
i used this link as a base ref to send emails using .net http://www.ibm.com/developerworks/lotus/library/domino-msnet/
Any help regarding this is greatly appreciated.