Platform SDK: Exchange Server

HrOpenSiteContainer

The HrOpenSiteContainer function retrieves a MAPI IMAPIProp interface for a site object.

Quick Info

Header file: EDKCFG.H
Library: EDKCFG.LIB

HRESULT HrOpenSiteContainer(
  LPMAPISESSION lpSession,  
  LPMAPIPROP * lppSite  
);
 

Parameters

lpSession
Input parameter. Points to a MAPI IMAPISession interface containing the MAPI session.
lppSite
Output parameter. Points to a IMAPIProp interface containing the current site.

Return Values

See Return Values.

Remarks

For more information on this function, see Using the Configuration Functions.

For information on the IMAPIProp and IMAPISession interfaces, see the MAPI Programmer's Reference.