Hi Tom,
IIRC (but don't quote me on this), the 452 error comes from naked line
feeds or naked carriage returns.
The SMTP protocol requires all lines to end with \r\n ( or vbCrLf ),
but some developers have the habbit of just doing \r or \n.
hth,
Dave
www.aspNetEmail.com
<Tom> wrote in message news:<#12qqKvRDHA.2008@TK2MSFTNGP11.phx.gbl>...[color=blue]
> How can I force SmtpMail class to use CDO for Windows 2000 instead of
> Exchange 2000. We do not use Exchange at all. I want to do this because I
> am having a problem sending email from the web server. If I send part of
> the HTML email it will go through. If I send the whole HTML email then it
> gets stuck on our email server at corporate with the error:
>
> The message could not be sent to the SMTP server. The transport error code
> was 0x800ccc6c. The server response was 452 Filesystem error - message not
> accepted.
>
> Our email admin is stumped on why I cannot send the whole email. I think
> that it may be a problem with the version of CDO that .NET is using but I am
> not sure. Any other ideas? I am at a loss right now on what to try next.
>
> Thank you,
> Tom[/color]