_NameSpace.AddStore(Object) Method

Definition

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.

Applies to