Platform SDK: MAPI |
The IMAPISession::GetMsgStoresTable method provides access to the message store table — a table with information about all of the message stores in the session profile.
HRESULT GetMsgStoresTable( ULONG ulFlags, LPMAPITABLE FAR * lppTable );
The IMAPISession::GetMsgStoresTable method retrieves a pointer to the message store table, a table maintained by MAPI that contains information about each open message store in the profile.
For a complete list of required and optional columns in the message store table, see Message Store Table.
Because MAPI updates the message store table during the session whenever changes occur, call the Advise method of the message store table to register to be notified of these changes. Possible changes include the addition of new message stores, removal of existing stores, and changes to the default store.
Setting the MAPI_UNICODE flag in the ulFlags parameter affects the format of the columns returned from the following IMAPITable methods:
This flag also controls the property types in the sort order returned by the IMAPITable::QuerySortOrder method.
IMAPISession::OpenMsgStore, IMAPITable::QueryColumns, IMAPITable::QueryRows, IMAPITable::QuerySortOrder, IMAPITable::SetColumns, IMAPITable::SortTable