Outlook doesn't recognise adresses

B

Bo Hansson

Windows XP, Word 2003 and Outlook 2003.
In my Word VBA application I'm sending e-mails through Outlook using the
following adress method:

objMail.To=<address 1>;<address 2>; <adress 3>; ..............

Why does Outlook interrupt the send process (objMail.Send), claiming that
one or more adresse were not recognised ?
There is no chance in the world that Outlook should know and recognise
adresses I use for the first time ?

What is the work-around to this ?

/BosseH
 
J

Jean-Guy Marcil

Bo Hansson was telling us:
Bo Hansson nous racontait que :
Windows XP, Word 2003 and Outlook 2003.
In my Word VBA application I'm sending e-mails through Outlook using
the following adress method:

objMail.To=<address 1>;<address 2>; <adress 3>; ..............

Why does Outlook interrupt the send process (objMail.Send), claiming
that one or more adresse were not recognised ?
There is no chance in the world that Outlook should know and recognise
adresses I use for the first time ?

What is the content of each address?
<address 1>

Have you posted in an Outlook group?
--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top