PC Review


Reply
Thread Tools Rate Thread

How do I use CheckNames Programmatically

 
 
Anthony
Guest
Posts: n/a
 
      9th Dec 2003
I'm trying to automate the process of sending out a
standard e-mail to a list of recipents that I only have
the alias for. I want my VB code to lookup the persons
name based on the nickname from my Global Address Book.

Which method do I use to pass the nickname and return the
full name. Can I do this with the CheckName feature?
 
Reply With Quote
 
 
 
 
Guest
Posts: n/a
 
      10th Dec 2003
Set objOutlookRecip = .Recipients.Add(vInputTo)
objOutlookRecip.Type = olTo

For Each objOutlookRecip In .Recipients
objOutlookRecip.Resolve
Next

vInputTo2 = .To

>-----Original Message-----
>I'm trying to automate the process of sending out a
>standard e-mail to a list of recipents that I only have
>the alias for. I want my VB code to lookup the persons
>name based on the nickname from my Global Address Book.
>
>Which method do I use to pass the nickname and return the
>full name. Can I do this with the CheckName feature?
>.
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Programmatically Possible?? Suzanne Microsoft Excel Programming 1 15th Jan 2008 05:30 AM
How to programmatically .... Alain Microsoft Access Reports 9 21st Dec 2004 04:01 PM
Checknames John Britto Microsoft Outlook VBA Programming 2 11th Nov 2004 07:26 PM
Re: Sum programmatically Dana DeLouis Microsoft Excel Programming 0 10th Mar 2004 05:39 PM
Re: Sum programmatically Tom Ogilvy Microsoft Excel Programming 0 9th Mar 2004 06:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:47 PM.