Group: Simple MAPI - Library: mapi32
How to read email messages using Simple MAPI
Simple MAPI: how to pick an email recipient from Outlook Express address book
Simple MAPI: how to resolve a name to unique address list entry
ULONG FAR PASCAL MAPIFreeBuffer(
LPVOID pv
)
DECLARE INTEGER MAPIFreeBuffer IN mapi32;
INTEGER pv
pv [in] Pointer to memory allocated by the messaging system. This pointer is returned by the MAPIReadMail, MAPIAddress, and MAPIResolveName functions.
SUCCESS_SUCCESS (0) or an error code.