Reputation: 21855
is it possible to programmatically create a PST file from and outlook vsto Addin as a response to button click with some default values (name, path, etc)?.
I can not find a COM api that allows me to do that.
Upvotes: 0
Views: 501
Reputation: 66215
Sure, call Namespace.AddStore or Namespace.AddStoreEx.
Upvotes: 1