View Single Post
  #4  
Old February 21st 07, 07:09 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Select a contact programmatically



Not 100% reliable but interesting.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?...4&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)

Am Tue, 20 Feb 2007 17:01:12 -0800 schrieb naveed:

I sort of solved the problem by using this crude approach, after making

sure
the contacts folder is being displayed:

//[C# code]
SendKeys.Send(contact.FileAs);

Ads