activate exchange cache mode in outlook 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can one activate over a Script the Cached Exchange Mode in Outlook 2003
on the client dependent upon differently criteria?
 
Essentially you will need to set or clear the CONFIG_OST_CACHE_PRIVATE bit
(0x00000180 - actually, 2 bits) in the PR_PROFILE_CONFIG_FLAGS property in
the global profile section for the given MAPI profile.
You can use Extended MAPI (C++ or Delphi only) or <plug>ProfMan (comes with
the distributable version of Redemption (url below)</plug>.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top