Question
Why do I get 80040108 errors?

Answers

When using CDO, you might see this error:
error '80040108'
This can happen if you try to read or write a CDONTS property or a CDO configuration property after the mail has
been sent. Allegedly, these parameters are destroyed immediately after the message is sent, so they cannot be
accessed afterward - yielding the above error (which maps to CdoE_INVALID_OBJECT).
This can also happen if you do something like this:
<%
' ...
objCdo.body = "foo" & _
objCdo.send
%>
If you don't end that string correctly, the CDO object is going to try and append the send method to the body, which
of course is going to confuse the heck out of it. :-) So check your code for little items like that...
In addition, if you are using CDONTS.NewMail, consider using CDO.Message instead (see Article #2026).
  Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Give an example of systems you have been working with as an administrator?
  • Q Which House is known as ' House of Elders'?
  • Q What is the major ingredient of leather?
  • Q what is the role of chlorophyll in human body?
  • Q What specifically do you do to set an example for your employees?
  • Q How do i remove the dirt that's left behind from the holes being dug for fence posts? i don't want to kill the grass.
  • Q I have been a very big sinner since my young age. I started masturbating at a very young age (12) not knowing that it was a sin. Slowly it became a habit that I could not stop. Although as I grew older I came to know it was haraam. Today, I am 23 and have altogether stopped indulging in this sin. Words cannot describe the extent to which I regret it. I ask for forgiveness from The Most Merciful but still am not satisfied and feel that I have to do more. What more can I do?
  • Q Physical Shares in Electronic form is?
  • Q Banks have the benefit of using substantial amount of money when cheques are sent in clearing as there is usually 2-3 days gap between debit of the account holder’s account and credit to the account of the payee/beneficiary of the cheque. What is this money known as?
  • Q What have you done to ensure consistency across unit, quality, and production environments?
  • Q What is difference between Fragment Caching and Page Caching in ASP.NET?