NameSpace.RemoveStore Method
| Outlook Developer Reference |
Syntax
expression.RemoveStore(Folder)
expression A variable that represents a NameSpace object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Folder | Required | Folder | The Personal Folders file (.pst) to be deleted from the list. |
Remarks
This method removes a store only from the Microsoft Outlook user interface. You cannot remove a store from the main mailbox on the server or from a user's hard disk using the Outlook object model.
Example
The following Microsoft Visual Basic/Visual Basic for Applications (VBA) examples removes a folder called Personal Folders from the list of folders.
| Visual Basic for Applications |
|---|
|