MAPI_DestroyAddressList()

Examples


The MAPI_DestroyAddressList() function removes the specified address list from memory.

Syntax

MAPI_DestroyAddressList(address_list_ID)

Parameters

address_list_ID – The ID of the address list to remove from memory.

Return value

A boolean. True indicates the address list was removed from memory, while false indicates it was not.

Comments

After you are done using an address list, be sure to use the MAPI_DestroyAddressList() function to release memory used by the list.


Documentation Feedback