Platform SDK: Exchange Server

HrMAPIAppendEntryList

The HrMAPIAppendEntryList function adds an entry to an entry list.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPIAppendEntryList(
  ULONG cbeid,                 
  LPENTRYID lpeid,             
  LPENTRYLIST FAR lpEntryList  
);
 

Parameters

cbeid
Input parameter. Number of bytes in the entry identifier.
lpeid
Input parameter. Points to a MAPI ENTRYID structure containing the entry identifier.
lpEntryList
Output parameter. Points to the address variable of the entry list.

Return Values

See Return Values.

Remarks

For information on the ENTRYID structure, see the MAPI Programmer's Reference.

See Also

HrMAPICreateEntryList, HrMAPIDestroyEntryList