-----Original Message-----
I'm glad YOU guys are having FUN. I'm pulling my hair
out. I had this working and now I get the message:
The following recipient(s) could not be reached:
FAX:12013561876 on 2/23/2004 11:55 AM
The e-mail address could not be found.
Perhaps the recipient moved to a different e-mail
organization, or there was a mistake in the address.
Check the address and try again.
It works if I type it in manualy. Programatically I get
the error if I use either "Check Names" or ctrl-k. Is it
trying to resolve against my contacts list?
Also, will using Outlook Automation solve this issue?
And, can you point me to a good example?
-----Original Message-----
I'd avoid SendObject and use Outlook automation (the Outlook object
model) instead. Get the fax message as an Outlook.MailItem then add
the recipients to the Recipients collection of that email item then
resolve the recipients. That should convert the number to a resolved
number (underlined).
As a test to see if this is the problem you can open
the
fax item that
won't send, see if it has the fax number underlined and if not use
Ctrl+K to resolve it. If it then is underlined and can send out when
you press the Send button in the fax message then that was the
problem.
Access.
I
place the text "[FAX:12013561876]" as an arguement to the
command. It builds the email fine but stays as
text.
.