# STORES: Outlook Stores ## Documentation: Outlook stores. - Catalog: `Outlook` - Schema: `General` - Primary Keys: `StoreID` - Label: Stores This is a read-only table function. The Outlook API may not support changing the data or the Invantive UniversalSQL driver for Outlook does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Outlook API. ## Columns of Table Function The columns of the table function `STORES` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `ClassName` | `varchar2`(240) | | ☑ | | | `DefaultMapiFolderCalendarEntryId` | `varchar2`(1024) | | ☐ | | | `DefaultMapiFolderCalendarFullPath` | `varchar2`(240) | | ☐ | | | `DisplayName` | `varchar2`(240) | | ☑ | | | `FilePath` | `varchar2`(240) | | ☐ | | | `IsCachedExchange` | `boolean` | | ☑ | | | `IsConversationEnabled` | `boolean` | | ☑ | | | `IsDataFileStore` | `boolean` | | ☑ | | | `IsDefaultStore` | `boolean` | | ☑ | | | `IsInstantSearchEnabled` | `boolean` | | ☑ | | | `IsOpen` | `boolean` | | ☑ | | | `RootMapiFolderEntryId` | `varchar2`(1024) | | ☐ | | | `RootMapiFolderFullFolderPath` | `varchar2`(240) | | ☐ | | | `StoreID` | `varchar2`(1024) | | ☑ | | | `TypeCode` | `varchar2`(240) | | ☑ | |