About adding Menu Items for MS Contacts and MS Calendar in Smartphone 2002
This functionality is not provided (at this time) on the Smartphone.
I would recomend that you put forward a suggestion to add this functionality
and wait.
But if you cant wait and you want to write some reasonably complex code (at
your own risk and not suported!) then I can think of two ways you could
simulate this functionality:
1) find the menu on the running contacts app and subclass it - capture the
message for showing the menu and dynamically adding in your entry.
20 Alternatively you could subclass the window that owns the menu and
capture the WM_INITMENUPOPUP messages, call the original windows proc and
then add your additional menu item, being careful not to clash on the ID's.