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: |
InfoStores collection |
Child
objects: |
Folder |
Default
property: |
Name |
Properties
|
Available
in version |
|
|
Application |
1.0 |
String |
Read-only |
Class |
1.0 |
Long |
Read-only |
ID |
1.0 |
String |
Read-only |
Index |
1.0 |
Long |
Read-only |
Name |
1.0 |
String |
Read-only |
Parent |
1.0 |
InfoStores
collection object |
Read-only |
ProviderName |
1.0 |
String |
Read-only |
RootFolder |
1.0 |
Folder
object |
Read-only |
Session |
1.0 |
Session
object |
Read-only |
Methods
|
Available
in version |
|
IsSameAs |
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), InfoStores CollectionX9N77_