Need codes for change the default delivery store

  • Thread starter Thread starter curtiswong
  • Start date Start date
C

curtiswong

I have written a vbscript that could

1. create a new pst
2. copy all folders in the current delivery store to this new pst

However, I have no idea to change the default delivery with vbscript
codes. Please help.

I can post the code here if you need it. Thank you.
 
Can't do that in OOM or CDO 1.21.
Extended MAPI: IMAPISession.SetDefaultStore()
Redemption: RDOStore.Default or RDOSession.Stores.DefaultStore

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