The information in this article applies to:
SUMMARY
When an application logs on to Exchange Server using a profile that
includes an offline store (OST), it may be necessary to determine the
online/offline status of the store programmatically. This information is
found in a MAPI property (PR_STORE_OFFLINE) that is set on the Message
Store object. The PR_STORE_OFFLINE property is a Boolean property that is
True if the store is offline and False if the store is online.
MORE INFORMATIONHere is a Visual Basic code sample demonstrating how to access the PR_STORE_OFFLINE property of an InfoStore object using the CDO Library. This code assumes a valid reference to the Microsoft Active Messaging 1.1 Object Model (now named Collaboration Data Objects) or later.
Additional query words: ActMsg OleMsg
Keywords : kbCDO100a kbCDO110 kbCDO120 kbCDO121 kbMsg kbVBp400 kbVBp500 kbGrpMsg |
Last Reviewed: November 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |