'Server execution failed' while sending an email through Outlook

V

Vivek Karnataki

I am trying to send an email through Outlook using the Microsoft Outlook
10.0 Object Library. I am using VB.NET to instantiate Outlook.Application
and send the mail. However, the operation times out and I get a runtime
exception of the type COMException which says that 'Server Execution
Failed'.

Any idea whats causing this ?
 
Top