![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I'm writing a C# addin, to do some contact management. I'm stumped on
this seemingly trivial task. I want to select (focus) a contact item. How can I do this? Thanks in advance. |
Ads |
#2
|
|||
|
|||
![]()
Select an item in a folder view? That's not possible.
FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/comm....program_v ba -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "naveed" wrote in message oups.com... I'm writing a C# addin, to do some contact management. I'm stumped on this seemingly trivial task. I want to select (focus) a contact item. How can I do this? Thanks in advance. |
#3
|
|||
|
|||
![]()
I sort of solved the problem by using this crude approach, after
making sure the contacts folder is being displayed: SendKeys.Send(contact.FileAs); |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can't Select Contact Names for Email | tdunne | Outlook - Using Contacts | 1 | November 7th 06 08:22 PM |
How to select the Internet account programmatically? | James | Outlook and VBA | 1 | October 30th 06 06:00 AM |
programmatically (or otherwise) controling/editing the "Select Names" dialog box | Conan Kelly | Outlook - Using Forms | 1 | September 2nd 06 02:01 AM |
Activate button when select contact | [email protected] | Outlook and VBA | 1 | June 14th 06 08:24 PM |
how not to select a outside line when dialing from contact | simonq | Outlook - Using Contacts | 1 | March 31st 06 04:59 PM |