View Single Post
  #3  
Old February 21st 07, 02:01 AM posted to microsoft.public.outlook.program_vba
naveed
external usenet poster
 
Posts: 4
Default Select a contact programmatically

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