标签: c# outlook outlook-addin outlook-2010
How can I disable (make it read-only) the location textbox in the meeting dialog via Outlook add-in using C#?
答案 0 :(得分:1)
You'd need to find the child window handle of that controls (FindWindow etc.) and disable it.