How to add(enable) standard “Send To” context menu option in a namespace extension
问题 I have a namespace extension, which provides a virtual view of files/folders in a server. In the IContextMenu::QueryContextMenu() I have added some of the custom menu items. I have also set couple of SGAOF flags in the IShellFolder::GetAttributesOf() to get the rename, delete, and properties, in the context menu. Is there any way I can get the " Send To " option in the context menu for items in my namespace extension? and How do I handle these commands once these are enabled?. Please advise.