G Guest Feb 19, 2007 #1 I'm stumped on this seemingly trivial task. I want to select (focus) a contact item. How can I do this? Thanks in advance.
I'm stumped on this seemingly trivial task. I want to select (focus) a contact item. How can I do this? Thanks in advance.
M Michael Bauer [MVP - Outlook] Feb 20, 2007 #2 No way with Outlook object model. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?productid=300120654&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Mon, 19 Feb 2007 15:36:00 -0800 schrieb naveed:
No way with Outlook object model. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?productid=300120654&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Mon, 19 Feb 2007 15:36:00 -0800 schrieb naveed:
G Guest Feb 21, 2007 #3 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);
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);
M Michael Bauer [MVP - Outlook] Feb 21, 2007 #4 Not 100% reliable but interesting. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?productid=300120654&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Tue, 20 Feb 2007 17:01:12 -0800 schrieb naveed:
Not 100% reliable but interesting. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?productid=300120654&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Tue, 20 Feb 2007 17:01:12 -0800 schrieb naveed: