S
Simon
Hi all,
is there any sample code in VC about Redepmtion?
is there any sample code in VC about Redepmtion?
Dmitry Streblechenko said:Using Redemption in VC++ is not any different from using any other
IDispatch-friendly COM library (such as Outlook tself).
Use #import to create the wrapper classes, then declare, instantiate and
use Redemption objects as if you were using Outlook Objects.
Are you trying to solve a particular problem?
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
Simon said:yeah, I wanna remove the security prompt when my
program is trying to access outlook.
My problem is to sync the mail in a PST file to my current
Outlook profile. Any suggestion is appreciated.