The MAPI_PropertyListDestroy() function removes the specified property list from memory.
MAPI_PropertyListDestroy(property_list_ID)
• property_list_ID – A long integer specifying the property list to remove from memory.
A boolean. True indicates the property list was removed from memory, while false indicates it was not.