HrMailboxLogoff

The HrMailboxLogoff function logs off a server and mailbox.

Quick Info

Header file: MBLOGON.H
Library: MBLOGON.LIB

HRESULT HrMailboxLogoff(
  LPMDB *lppMailboxMDB  
);
 

Parameters

lppMailboxMDB
Input/output parameter. Points to a MAPI IMsgStore interface containing the mailbox message store.

Return Values

See Return Values.

Remarks

The caller supplies the DNs of the server and mailbox.

For more information on this function, see Logging On to a Mailbox as a Privileged Service and Using the IExchangeManageStore Interface.

For information on the IMsgStore interface and obtaining distinguished names, see the MAPI Programmer's Reference.

See Also

HrMailboxLogon