T
TC
I've written an Outlook Add-In in VC++/ATL (VS .Net 2003). When adding the
property page I want pass in an instance of the PropertyPage object instead
of the ProgID. The problem with this approach is that Outlook ignores the
PropertyPages.Add method's Title parameter. I've added a Caption property
(dispid is DISPID_CAPTION) to my object's interface and the ATL property map
(I've tried using PROP_ENTRY and PROP_ENTRY_EX) but it's not working. If I
set a breakpoint on the property map it's never called. Has anyone else done
this? Any suggestions would be appreciated.
TC
property page I want pass in an instance of the PropertyPage object instead
of the ProgID. The problem with this approach is that Outlook ignores the
PropertyPages.Add method's Title parameter. I've added a Caption property
(dispid is DISPID_CAPTION) to my object's interface and the ATL property map
(I've tried using PROP_ENTRY and PROP_ENTRY_EX) but it's not working. If I
set a breakpoint on the property map it's never called. Has anyone else done
this? Any suggestions would be appreciated.
TC