R
Ronald van Aalten
Hi All,
When I use the following code to add a member who has 2 email
addresses to a (Redemption) distributionlist then Outlook displays a
'Resolve' dialog asking me which contact I want to add.
----------
Set oredRec = oredMail.Recipients.Add("John Doo")
oredRec.Resolve True
oredDL.AddMember oredRec
---------
There are two John Doos:
John Doo ([email protected])
John Doo ([email protected])
I want to add the first John WITHOUT seeing the resolve dialog but:
When I use the following code to add a member who has 2 email
addresses to a (Redemption) distributionlist then Outlook displays a
'Resolve' dialog asking me which contact I want to add.
----------
Set oredRec = oredMail.Recipients.Add("John Doo")
oredRec.Resolve True
oredDL.AddMember oredRec
---------
There are two John Doos:
John Doo ([email protected])
John Doo ([email protected])
I want to add the first John WITHOUT seeing the resolve dialog but: