sendmail issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I am trying to use sendmail from VB .NET Code

objXlWorkBook.SendMail("recipients:[email protected]", "subject:=Test Email", Type.Missing)

But i get an error message "The object invoked has disconnected from it clients."
Does anyone have an idea how to resolve the same. I tried searching on the web but did not get any relevant pointers.
 
In VB it would be like this:

objXlWorkBook.SendMail recipients:="(e-mail address removed)", subject:="Test Email"
', Type.Missing
I wouldn't think argument names would be included inside the string.

--
Regards,
Tom Ogilvy

Atul said:
Hi All,

I am trying to use sendmail from VB .NET Code

objXlWorkBook.SendMail("recipients:[email protected]", "subject:=Test Email", Type.Missing)

But i get an error message "The object invoked has disconnected from it clients."
Does anyone have an idea how to resolve the same. I tried searching on the
web but did not get any relevant pointers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top