0

Trying to create a script that would create Outlook data file (pst) for the current out user. any pointer on where to look for ?

RON12345
  • 123
  • 1
  • 3
  • 10

1 Answers1

0

Use Namespace.AddStore or Namespace.AddStoreEx in the OUtlook Object Model to create a new PST store in teh current profile.

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78