H
Ha See Hung
Can anyone out there please enlighten me on how to gain access to the
Outlook object model from Visuall C++?
Using the following function, one can obtain an IDispatch pointer to the
native object model of Word, Excel and Powerpoint, but I have not been able
to do so with MS Outlook:-
HRESULT hr = AccessibleObjectFromWindow(GetFocus(), OBJID_NATIVEOM,
IID_IDispatch, (void**) &pDisp);
Help from anyone will be very much appreciated.
Bennet
Outlook object model from Visuall C++?
Using the following function, one can obtain an IDispatch pointer to the
native object model of Word, Excel and Powerpoint, but I have not been able
to do so with MS Outlook:-
HRESULT hr = AccessibleObjectFromWindow(GetFocus(), OBJID_NATIVEOM,
IID_IDispatch, (void**) &pDisp);
Help from anyone will be very much appreciated.
Bennet