InfoStore Object

The InfoStore object provides access to the root folder for that message store.

Quick Info

Specified in header file:

MDISP.ODL

First available in version:

OLE Messaging Library 1.0

Parent objects:

InfoStoresX9N77_ collection

Child objects:

FolderKM47H0

Default property:

NameESRCLG

 

Properties

 
Property name

Available in version

 
Type

 
Access

Application5GI0QO

1.0

String

Read-only

Class1CT5_O0

1.0

Long

Read-only

IDB.7W9U

1.0

String

Read-only

Index21EVQZR

1.0

Long

Read-only

NameESRCLG

1.0

String

Read-only

Parent13HN1VR

1.0

InfoStores collection object

Read-only

ProviderName7GPISO

1.0

String

Read-only

RootFolderP522J

1.0

Folder object

Read-only

Session23X3PG

1.0

Session object

Read-only

 

Methods

 
Method name

Available in version

 
Parameters

IsSameAsD4N28P

1.1

object as Object

 

Remarks

The message store provides access to its folder hierarchy through the RootFolder property. This property contains the Folder object that represents the root of the IPM tree. 

You can also retrieve an InfoStore object with a known identifier by calling the Session object s GetInfoStore method.

Example

Dim objInfoStore as Object

Set objInfoStore = objSession.InfoStores.Item(1)

Set objFolder = objInfoStore.RootFolder

 

See Also

GetInfoStore Method (Session Object)11N7U6I, InfoStores CollectionX9N77_