Platform SDK: Exchange Server

FIsPublicStore

The FIsPublicStore function determines whether an information store is a public store.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

BOOL FIsPublicStore(
  LPMDB lpmdb  
);
 

Parameters

lpmdb
Input parameter. Points to a MAPI IMsgStore interface containing the information store.

Return Values

TRUE
Points to a public store.
FALSE
Does not point to a public store.

Remarks

For information on obtaining a pointer to the IMsgStore interface, see the IMAPISession::OpenMsgStore method in the MAPI Programmer's Reference.

For more information on this function, see Determining the Type of Information Store.