_NameSpace.AddStore(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a Personal Folders (.pst) file to the current profile.
public:
void AddStore(System::Object ^ Store);
public void AddStore (object Store);
Public Sub AddStore (Store As Object)
Parameters
- Store
- Object
The path of the .pst file to be added to the profile. If the .pst file does not exist, Microsoft Outlook creates it.
Remarks
Use the RemoveStore method to remove a .pst that is already added to a profile.