all groups > iis smtp nntp > april 2005 >
You're in the

iis smtp nntp

group:

CDO 8004020f Error


CDO 8004020f Error Penrod
4/6/2005 1:53:01 PM
iis smtp nntp:
I have a block of CDO code that I use all of the time to send e-mails and it
works fine. I am trying to send to a fax number instead of an e-mail address
for my first time and having problems.

We use GFI Fax Maker for faxing and can fax via the Exchange server.

The syntax to send a fax is: [fax:8165551234]

So I am using this syntax:
..To = "[fax:" & faxnumber & "]"

I get the error 8004020f

If I change that line to something like:
..To = "me@mydomain.com"

It works fine.

I did a Response.Write("[fax:" & faxnumber & "]")
Re: CDO 8004020f Error wasonce
4/14/2005 10:14:23 AM
Penrod,

The [FAX:] is a MAPI and smtp will not except this format. Change your TO:
string to use
"<"IMCEAFAX-8165551234@mydomain.com">. You can refer to KB323351 below.

http://support.microsoft.com/default.aspx?scid=kb;en-us;323351


[quoted text, click to view]

AddThis Social Bookmark Button