Any Sample about Outlook Redepmtion in VC code??

  • Thread starter Thread starter Simon
  • Start date Start date
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
 
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.

--
Regards,
Simon

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
 
Please post the relevant snippet of your code that produces the prompt.

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.
 
Back
Top