Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
not converting to an email address
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Clifford Zivi  
View profile   Translate to Translated (View Original)
 More options 20 Feb 2004, 15:31
Newsgroups: microsoft.public.outlook.fax
From: "Clifford Zivi" <anonym...@discussions.microsoft.com>
Date: Fri, 20 Feb 2004 07:29:51 -0800
Local: Fri 20 Feb 2004 15:29
Subject: [Fax:nnnnnn] not converting to an email address
In Outlook 2002 I can type [FAX:12013561876] in the TO
field and it changes to 12013561876 (underlined) and the
email sends through my fax server fine.  But, when using
Access to fill in the TO field with [FAX:12013561876] the
email TO field stays as text and it cannot be sent.  Any
ideas?  Or, is this more for the Access group?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Russ Valentine [MVP-Outlook]  
View profile   Translate to Translated (View Original)
 More options 20 Feb 2004, 16:26
Newsgroups: microsoft.public.outlook.fax
From: "Russ Valentine [MVP-Outlook]" <russ...@mvps.org>
Date: Fri, 20 Feb 2004 11:24:44 -0500
Local: Fri 20 Feb 2004 16:24
Subject: Re: [Fax:nnnnnn] not converting to an email address
Fascinating. I've never seen this reported. Can you post any more detail on
how the To: field is being populated? If it is being done programmatically,
you may need to ask in one of the programming groups. It doesn't sound like
a Fax issue per se.
--
Russ Valentine
[MVP-Outlook]
"Clifford Zivi" <anonym...@discussions.microsoft.com> wrote in message

news:1344201c3f7c6$61b4a5c0$a301280a@phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Clifford Zivi  
View profile   Translate to Translated (View Original)
 More options 20 Feb 2004, 19:01
Newsgroups: microsoft.public.outlook.fax
From: "Clifford Zivi" <anonym...@discussions.microsoft.com>
Date: Fri, 20 Feb 2004 10:59:42 -0800
Local: Fri 20 Feb 2004 18:59
Subject: Re: [Fax:nnnnnn] not converting to an email address
I am using the SendObject command from within Access.  I
place the text "[FAX:12013561876]" as an arguement to the
command.  It builds the email fine but stays as text.  If
you have any info on this I would appreciate it.  I will
also try the Access groups.
>-----Original Message-----
>Fascinating. I've never seen this reported. Can you post
any more detail on
>how the To: field is being populated? If it is being

done programmatically,


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Russ Valentine [MVP-Outlook]  
View profile   Translate to Translated (View Original)
 More options 20 Feb 2004, 19:41
Newsgroups: microsoft.public.outlook.fax
From: "Russ Valentine [MVP-Outlook]" <russ...@mvps.org>
Date: Fri, 20 Feb 2004 14:39:32 -0500
Local: Fri 20 Feb 2004 19:39
Subject: Re: [Fax:nnnnnn] not converting to an email address
I don't. I'd try the Outlook programming groups too to see if they have any
idea why Outlook fails to recognize and resolve the fax address when
inserted programmatically.
--
Russ Valentine
[MVP-Outlook]
"Clifford Zivi" <anonym...@discussions.microsoft.com> wrote in message

news:1335a01c3f7e3$b277d320$a101280a@phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ken Slovak - [MVP - Outlook]  
View profile   Translate to Translated (View Original)
 More options 20 Feb 2004, 21:05
Newsgroups: microsoft.public.outlook.fax
From: "Ken Slovak - [MVP - Outlook]" <kenslo...@mvps.org>
Date: Fri, 20 Feb 2004 16:06:29 -0500
Local: Fri 20 Feb 2004 21:06
Subject: Re: [Fax:nnnnnn] not converting to an email address
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.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm

"Clifford Zivi" <anonym...@discussions.microsoft.com> wrote in message

news:1335a01c3f7e3$b277d320$a101280a@phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Russ Valentine [MVP-Outlook]  
View profile   Translate to Translated (View Original)
 More options 20 Feb 2004, 23:25
Newsgroups: microsoft.public.outlook.fax
From: "Russ Valentine [MVP-Outlook]" <russ...@mvps.org>
Date: Fri, 20 Feb 2004 18:23:49 -0500
Local: Fri 20 Feb 2004 23:23
Subject: Re: [Fax:nnnnnn] not converting to an email address
I just love it when a programmer shows up around here ;)
Being a fax guy gets pretty lonely.
--
Russ Valentine
[MVP-Outlook]
"Ken Slovak - [MVP - Outlook]" <kenslo...@mvps.org> wrote in message
news:e4y%23AV$9DHA.3616@TK2MSFTNGP10.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ken Slovak - [MVP - Outlook]  
View profile   Translate to Translated (View Original)
 More options 23 Feb 2004, 14:45
Newsgroups: microsoft.public.outlook.fax
From: "Ken Slovak - [MVP - Outlook]" <kenslo...@mvps.org>
Date: Mon, 23 Feb 2004 09:37:51 -0500
Local: Mon 23 Feb 2004 14:37
Subject: Re: [Fax:nnnnnn] not converting to an email address
You know I'm always lurking here waiting to back you up. Besides, Hal
comes along every so often to keep you company :)

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm

"Russ Valentine [MVP-Outlook]" <russ...@mvps.org> wrote in message
news:OXv7ZiA%23DHA.1452@TK2MSFTNGP09.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CliffordZivi  
View profile   Translate to Translated (View Original)
 More options 23 Feb 2004, 17:01
Newsgroups: microsoft.public.outlook.fax
From: "CliffordZivi" <anonym...@discussions.microsoft.com>
Date: Mon, 23 Feb 2004 09:01:07 -0800
Local: Mon 23 Feb 2004 17:01
Subject: Re: [Fax:nnnnnn] not converting to an email address
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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Clifford Zivi  
View profile   Translate to Translated (View Original)
 More options 23 Feb 2004, 21:19
Newsgroups: microsoft.public.outlook.fax
From: "Clifford Zivi" <anonym...@discussions.microsoft.com>
Date: Mon, 23 Feb 2004 13:17:08 -0800
Local: Mon 23 Feb 2004 21:17
Subject: Re: [Fax:nnnnnn] not converting to an email address
Never mond.  You gave me enough hints.  I got it
working.  Thanks for your help.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google