473,624 Members | 2,298 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error Type: 0x8004020F

I've developed an application that is using the System.Web.Mail namespace and
have run into a rather interesting problem. The aforementioned error displays
this:

The following exception occurred: System.Web.Http Exception: Could not
access 'CDO.Message' object. --->
System.Reflecti on.TargetInvoca tionException: Exception has been thrown
by the target of an invocation. --->
System.Runtime. InteropServices .COMException (0x8004020F): The server
rejected one or more recipient addresses. The server response was: 553
sorry, relaying denied from your location [xxx.xxx.xxx.xxx] (#5.7.1)

The reason this is interesting is that I know relaying is possible as I'm
capable of sending small emails with a couple lines of text with no problem.
When I try to send a larger email with more than about 8 lines of text I
receive an error message.

I've been doing some research on this issue for the past 30 hours, and so
far I have not come up with a definitive solution. I've scoured the entire
SystemWebMail.c om site and so far haven't come up with a workable solution.
It appears there are numerous people out there with a similar problem who too
have not resolved the problem.

With that said, my architecture is simple. I'm using just a laptop running
WinXP with Office 2003 Professional installed. My SMTP server is for my
website which is an offsite commercial provider.

What I have tried is sending authenticated emails with no luck. Microsoft's
WebSite recommends sticking with System.Web.Mail and not use CDOsys.dll, but
I've gone ahead and tried referencing that. Still no joy. I even ran across a
solution that works for about half the people, in that Office supercedes
CDOsys.dll with CDOEX.dll. In taking a look at the location of the
Interop.CDO.dll and verification of the CLSID, it has indeed superceded it.
I've tried to locate an updated version of CDOEX.dll and found them being
sold at sites such as http://www.dynamiclink.nl which has not delivered the
file to my email account as they stated. I haven't downloaded any of the
service packs that provide the update to the file as I'm once again using
just a regular laptop and not running IIS or Exchange for that matter.

The question is, what else should I look into to try to fix this problem?
Additionally if I require a newer version of CDOEX.dll, where can I find one
that is newer than 6.0.4641.0? Are there good third party SMTP solutions to
resolve the issues with System.Web.Mail ? Any help in these regards is greatly
appreciated.

Thanks,
Chris
Nov 21 '05 #1
2 2948
I was able to procure cdoex.dll v6.5.6944.0 but to no avail that had not
worked either. Any ideas?

~Chris

"Chris Rennie" wrote:
I've developed an application that is using the System.Web.Mail namespace and
have run into a rather interesting problem. The aforementioned error displays
this:

The following exception occurred: System.Web.Http Exception: Could not
access 'CDO.Message' object. --->
System.Reflecti on.TargetInvoca tionException: Exception has been thrown
by the target of an invocation. --->
System.Runtime. InteropServices .COMException (0x8004020F): The server
rejected one or more recipient addresses. The server response was: 553
sorry, relaying denied from your location [xxx.xxx.xxx.xxx] (#5.7.1)

The reason this is interesting is that I know relaying is possible as I'm
capable of sending small emails with a couple lines of text with no problem.
When I try to send a larger email with more than about 8 lines of text I
receive an error message.

I've been doing some research on this issue for the past 30 hours, and so
far I have not come up with a definitive solution. I've scoured the entire
SystemWebMail.c om site and so far haven't come up with a workable solution.
It appears there are numerous people out there with a similar problem who too
have not resolved the problem.

With that said, my architecture is simple. I'm using just a laptop running
WinXP with Office 2003 Professional installed. My SMTP server is for my
website which is an offsite commercial provider.

What I have tried is sending authenticated emails with no luck. Microsoft's
WebSite recommends sticking with System.Web.Mail and not use CDOsys.dll, but
I've gone ahead and tried referencing that. Still no joy. I even ran across a
solution that works for about half the people, in that Office supercedes
CDOsys.dll with CDOEX.dll. In taking a look at the location of the
Interop.CDO.dll and verification of the CLSID, it has indeed superceded it.
I've tried to locate an updated version of CDOEX.dll and found them being
sold at sites such as http://www.dynamiclink.nl which has not delivered the
file to my email account as they stated. I haven't downloaded any of the
service packs that provide the update to the file as I'm once again using
just a regular laptop and not running IIS or Exchange for that matter.

The question is, what else should I look into to try to fix this problem?
Additionally if I require a newer version of CDOEX.dll, where can I find one
that is newer than 6.0.4641.0? Are there good third party SMTP solutions to
resolve the issues with System.Web.Mail ? Any help in these regards is greatly
appreciated.

Thanks,
Chris

Nov 21 '05 #2
I was able to procure cdoex.dll v6.5.6944.0 but to no avail that had not
worked either. Any ideas?

~Chris

"Chris Rennie" wrote:
I've developed an application that is using the System.Web.Mail namespace and
have run into a rather interesting problem. The aforementioned error displays
this:

The following exception occurred: System.Web.Http Exception: Could not
access 'CDO.Message' object. --->
System.Reflecti on.TargetInvoca tionException: Exception has been thrown
by the target of an invocation. --->
System.Runtime. InteropServices .COMException (0x8004020F): The server
rejected one or more recipient addresses. The server response was: 553
sorry, relaying denied from your location [xxx.xxx.xxx.xxx] (#5.7.1)

The reason this is interesting is that I know relaying is possible as I'm
capable of sending small emails with a couple lines of text with no problem.
When I try to send a larger email with more than about 8 lines of text I
receive an error message.

I've been doing some research on this issue for the past 30 hours, and so
far I have not come up with a definitive solution. I've scoured the entire
SystemWebMail.c om site and so far haven't come up with a workable solution.
It appears there are numerous people out there with a similar problem who too
have not resolved the problem.

With that said, my architecture is simple. I'm using just a laptop running
WinXP with Office 2003 Professional installed. My SMTP server is for my
website which is an offsite commercial provider.

What I have tried is sending authenticated emails with no luck. Microsoft's
WebSite recommends sticking with System.Web.Mail and not use CDOsys.dll, but
I've gone ahead and tried referencing that. Still no joy. I even ran across a
solution that works for about half the people, in that Office supercedes
CDOsys.dll with CDOEX.dll. In taking a look at the location of the
Interop.CDO.dll and verification of the CLSID, it has indeed superceded it.
I've tried to locate an updated version of CDOEX.dll and found them being
sold at sites such as http://www.dynamiclink.nl which has not delivered the
file to my email account as they stated. I haven't downloaded any of the
service packs that provide the update to the file as I'm once again using
just a regular laptop and not running IIS or Exchange for that matter.

The question is, what else should I look into to try to fix this problem?
Additionally if I require a newer version of CDOEX.dll, where can I find one
that is newer than 6.0.4641.0? Are there good third party SMTP solutions to
resolve the issues with System.Web.Mail ? Any help in these regards is greatly
appreciated.

Thanks,
Chris

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1193
by: Morten Gulbrandsen | last post by:
C:\mysql\bin>mysql -u elmasri -pnavathe company Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 29 to server version: 4.1.0-alpha-max-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select database(); +------------+ | database() | +------------+
6
4738
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much appreciated. Thanks in advance
7
4997
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying. I created the websetup and built the MSI, have the bundled version. Copied to webserver and ran Websetup.msi. Said I had to remove old version, which I did, then reran WebSetup.msi and keeps giving me this error. "The installer was interrupted...
0
519
by: Chris Rennie | last post by:
I've developed an application that is using the System.Web.Mail namespace and have run into a rather interesting problem. The aforementioned error displays this: The following exception occurred: System.Web.HttpException: Could not access 'CDO.Message' object. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x8004020F): The...
1
1285
by: Jassim Rahma | last post by:
I am getting this error and i Don'r know where is the problem? please help.. An unhandled exception of type 'VistaDB.VistaDBException' occurred in vistadb.provider.dll Additional information: Error in dll_sql_ExecSQL Error code: 546 Parameter not found in the list of params Error code: 610 OpenSQL: Error:546
669
25819
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic paper written on this subject. On the Expressive Power of Programming Languages, by Matthias Felleisen, 1990. http://www.ccs.neu.edu/home/cobbe/pl-seminar-jr/notes/2003-sep-26/expressive-slides.pdf
0
4735
by: mchuc7719 | last post by:
Hello, I have a Vb.Net 2005 ClassLibrary, when I try to compile using MSBee, only get errors. Before I to run the command line, I open in notepad the .vbproj and I was add the next line: Target CoreCompile: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Vbc.exe
0
2621
by: rautsmita | last post by:
hello friends , i am using to jdk6 and JAXB2.0, i have geomtry.xsd file i am trying to compile this file using jaxb but i got some error i.e.The particle of the type is not a valid restriction of the particle of the base this xsd file is valid as per w3c standard i am also providing error in detail and geometry.xsd file geometry.xsd <?xml version="1.0" encoding="UTF-8"?> <schema targetNamespace="http://www.opengis.net/gml"...
10
6957
by: happyse27 | last post by:
Hi All, I got this apache errors(see section A1 and A2 below) when I used a html(see section b below) to activate acctman.pl(see section c below). Section D below is part of the configuration of section c. Not sure where went wrong as the web page displayed internal server error. Also, what is the error 543? and error 2114. Where to find the list of errors in websites as it is not the standard apache error. I could not find...
0
8242
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8177
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8681
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8629
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8488
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7170
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2611
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1488
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.