Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all

I'm working on a custom outlook addin where I need to subclass the appointment window. This works basically pretty well following the principles mentioned in the following ariticle:

http://www.codeproject.com/Articles/27262/Additional-custom-panel-in-Microsoft-Outlook

I'm struggeling by getting the handle to the social connector within the new appointment window. See Screenshot

I've tryied out a few approaches (FindWindow, FindWindowEx, EnumChildWindow) but none of them gave me the correct handle.

Here you can find a small addin project to have a quick look at it.

Btw. the social connector is only displayed if you directly create a meeting request e.g. go to the calendar, right click --> New meeting request

Any thoughts on this?

Regards,
Lukas
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900